generative-testing Questions

3

Solved

Is there anyway to include clojure.spec'd functions in a generalized test suite? I know we can register specs and directly spec functions. (ns foo (:require [clojure.spec :as s] [clojure.spec.te...
Globetrotter asked 19/11, 2016 at 20:58

2

Solved

I came across Generative Testing in Clojure with spec notion and would like to learn about it. Also providing some examples would be very useful.

2

Solved

Let's say I'm writing some code for video analysis. Here is a simplified version of a Video class: public class Video { public readonly int Width; public readonly int Height; public readonly Li...
Cartan asked 27/9, 2015 at 18:23
1

© 2022 - 2024 — McMap. All rights reserved.