-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-report.txt
57 lines (46 loc) · 1.47 KB
/
example-report.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
my.project.Experiments:myFirstProperty:classifier =
|---classifier (18926)---|
positive (9193) | 48 % (> 45%)
negative (9420) | 49 % (> 45%)
zero (313) | 3 % (> 1%)
my.project.Experiments:myFirstProperty:collector =
|----------numbers (32)----------|
not divisible by 3 (23) | 72 %
divisible by 3 ( 9) | 28 %
my.project.Experiments:myFirstProperty =
java.lang.AssertionError:
Expecting actual:
100
to be less than:
100
|---------------result--------------|
status | FAILED
failure | java.lang.AssertionError
tries | 4
checks | 4
time | 123 ms
|-----------parameters---------------|
generation | RANDOMIZED
seed | -1622007228579086264
max tries | 100
max duration | 1 min
shrinking | FULL
edge cases | MIXIN
Original Falsified Sample
-------------------------
arg-0: 8498
arg-1: 11
Smallest Falsified Sample (4 steps)
-----------------------------------
arg-0: 100
arg-1: 0
java.lang.AssertionError:
Expecting actual:
100
to be less than:
100
at my.project.Experiments.myFirstProperty(Experiments.java:12)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at net.jqwik.engine.execution.CheckedPropertyFactory.lambda$createRawFunction$1(CheckedPropertyFactory.java:84)
at net.jqwik.engine.execution.CheckedPropertyFactory.lambda$createRawFunction$2(CheckedPropertyFactory.java:91)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)