A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | File | StartLine | EndLine | Signature | Link | |||||||||||||||||||||
2 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | 61 | 67 | "void shouldHold(@ForAll List<? extends Integer> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | |||||||||||||||||||||
3 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 69 | 71 | "void shouldHold(@ForAll(sampleSize=2) byte[][][] b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
4 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | 51 | 53 | "void shouldHold(@ForAll Date d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | |||||||||||||||||||||
5 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 315 | 317 | "void shouldHold(@ForAll double d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
6 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 416 | 418 | "void shouldHold(@ForAll Float f)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
7 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/FromOtherGeneratorTest.java | 82 | 84 | "void shouldHold(@ForAll @From(StringEmitter.class) Number n)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/FromOtherGeneratorTest.java | |||||||||||||||||||||
8 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 201 | 203 | "void shouldHold(@ForAll(sampleSize=2) Long[][][] ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
9 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | 89 | 94 | "void shouldHold(@ForAll Set<int[]> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | |||||||||||||||||||||
10 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllReferenceArrayTheoryParameterTypesTest.java | 57 | 59 | "void shouldHold(@ForAll(sampleSize=5) Object[][] o)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllReferenceArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
11 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | 72 | 79 | "void equalsIsConsistent(@ForAll Object x, @ForAll Object y)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | |||||||||||||||||||||
12 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 201 | 203 | "void shouldHold(@ForAll Long[] ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
13 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSampleSizeTest.java | 65 | 68 | "void shouldHold(@ForAll(sampleSize=5) int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSampleSizeTest.java | |||||||||||||||||||||
14 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 238 | 241 | "void shouldHold(@ForAll @InRange(maxChar='\u00FF') char ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
15 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 213 | 215 | "void shouldHold(@ForAll char ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
16 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 187 | 190 | "void shouldHold(@ForAll @InRange(maxByte=0) Byte b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
17 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 208 | 215 | "void shouldHold(@ForAll(sampleSize=20) Map<Date[],?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
18 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | 50 | 57 | "void equalsIsSymmetric(@ForAll Object x, @ForAll Object y)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | |||||||||||||||||||||
19 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllEnumTheoryParameterTypesTest.java | 59 | 62 | "void shouldHold(@ForAll TestEnum e)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllEnumTheoryParameterTypesTest.java | |||||||||||||||||||||
20 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 141 | 143 | "void shouldHold(@ForAll(sampleSize=10) float[][] f)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
21 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 129 | 131 | "void shouldHold(@ForAll Double[] d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
22 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 149 | 152 | "void shouldHold(@ForAll @InRange(minByte=0) byte b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
23 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 146 | 154 | "void shouldHold(@ForAll(sampleSize=20) Map<?,List<? extends Serializable>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
24 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/MarkedWithSpuriousConfigurationTest.java | 53 | 56 | "void shouldHold(@ForAll @ValuesOf @InRange(min="3",max="6") Formatter.BigDecimalLayoutForm f)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/MarkedWithSpuriousConfigurationTest.java | |||||||||||||||||||||
25 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 201 | 203 | "void shouldHold(@ForAll(sampleSize=10) Long[][] ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
26 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 189 | 191 | "void shouldHold(@ForAll(sampleSize=2) long[][][] ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
27 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 93 | 95 | "void shouldHold(@ForAll char[] ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
28 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllBigNumberTheoryParameterTypesTest.java | 48 | 50 | "void shouldHold(@ForAll BigInteger i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllBigNumberTheoryParameterTypesTest.java | |||||||||||||||||||||
29 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 284 | 290 | "void shouldHold(@ForAll(sampleSize=20) Map<Collection<? super List<?>>,?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
30 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 466 | 468 | "void shouldHold(@ForAll Integer i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
31 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | 156 | 158 | "void shouldHold(@ForAll(sampleSize=5) List<List<? super Float>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | |||||||||||||||||||||
32 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 69 | 71 | "void shouldHold(@ForAll(sampleSize=10) byte[][] b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
33 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 528 | 531 | "void shouldHold(@ForAll @InRange(minLong=-10,maxLong=20) Long ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
34 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | 97 | 103 | "void hashCodeIsConsistentWithEquals(@ForAll Object x, @ForAll Object y)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | |||||||||||||||||||||
35 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 45 | 47 | "void shouldHold(@ForAll(sampleSize=2) boolean[][][] b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
36 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | 49 | 51 | "void shouldHold(@ForAll Set<?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | |||||||||||||||||||||
37 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | 95 | 97 | "void shouldHold(@ForAll @InRange(min="06/01/2011",max="*&@^#%$",format="MM/dd/yyyy") Date d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | |||||||||||||||||||||
38 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 340 | 343 | "void shouldHold(@ForAll @InRange(maxDouble=-1E40) double d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
39 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 82 | 85 | "void shouldHold(@ForAll @ValuesOf boolean b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
40 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 196 | 198 | "void shouldHold(@ForAll(sampleSize=20) Map<? super int[],?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
41 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | 153 | 155 | "void shouldHold(@ForAll @InRange(min="12/31/2012",max="12/01/2012",format="MM/dd/yyyy") Date d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | |||||||||||||||||||||
42 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 553 | 556 | "void shouldHold(@ForAll @InRange(minShort=35,maxShort=67) short s)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
43 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | 106 | 111 | "void shouldHold(@ForAll(sampleSize=10) List<List<?>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | |||||||||||||||||||||
44 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 67 | 69 | "void shouldHold(@ForAll Boolean b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
45 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllNumberTheoryParameterTypesTest.java | 45 | 47 | "void shouldHold(@ForAll Number n)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllNumberTheoryParameterTypesTest.java | |||||||||||||||||||||
46 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 81 | 83 | "void shouldHold(@ForAll(sampleSize=2) Byte[][][] b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
47 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 276 | 279 | "void shouldHold(@ForAll @InRange(minChar='0',maxChar='9') Character ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
48 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 129 | 131 | "void shouldHold(@ForAll(sampleSize=10) Double[][] d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
49 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 189 | 191 | "void shouldHold(@ForAll(sampleSize=10) long[][] ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
50 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 403 | 406 | "void shouldHold(@ForAll @InRange(minFloat=2.51234F,maxFloat=9.23423F) float f)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
51 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | 77 | 79 | "void shouldHold(@ForAll(sampleSize=10) List<? super Number> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | |||||||||||||||||||||
52 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 105 | 107 | "void shouldHold(@ForAll Character[] ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
53 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 67 | 73 | "void shouldHold(@ForAll(sampleSize=20) Map<?,? extends Short> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
54 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 478 | 481 | "void shouldHold(@ForAll @InRange(minInt=-4,maxInt=3) Integer i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
55 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 189 | 191 | "void shouldHold(@ForAll long[] ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
56 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | 105 | 111 | "void equalsWorks(@ForAll Object x, @ForAll Object y)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | |||||||||||||||||||||
57 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 93 | 95 | "void shouldHold(@ForAll(sampleSize=10) char[][] ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
58 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/DiscardRatioTest.java | 50 | 53 | "void shouldHold(@ForAll(discardRatio=-1) int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/DiscardRatioTest.java | |||||||||||||||||||||
59 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 264 | 266 | "void shouldHold(@ForAll Character ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
60 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 594 | 597 | "void shouldHold(@ForAll @ValuesOf int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
61 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 55 | 57 | "void shouldHold(@ForAll(sampleSize=20) Map<?,?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
62 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 127 | 136 | "void shouldHold(@ForAll(sampleSize=20) Map<?,Map<Integer,String>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
63 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/FromOtherGeneratorTest.java | 55 | 58 | "void shouldHold(@ForAll(sampleSize=5) @From(Sequence.class) int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/FromOtherGeneratorTest.java | |||||||||||||||||||||
64 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 153 | 155 | "void shouldHold(@ForAll Float[] f)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
65 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 353 | 356 | "void shouldHold(@ForAll @InRange(minDouble=1E300) double d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
66 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 453 | 456 | "void shouldHold(@ForAll @InRange(minInt=2,maxInt=10) int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
67 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 177 | 179 | "void shouldHold(@ForAll Integer[] i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
68 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 105 | 107 | "void shouldHold(@ForAll(sampleSize=2) Character[][][] ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
69 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 225 | 228 | "void shouldHold(@ForAll @InRange(minChar='a',maxChar='z') char ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
70 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | 59 | 70 | "void equalsIsTransitive(@ForAll(sampleSize=20) Object x, @ForAll(sampleSize=20) Object y, @ForAll(sampleSize=20) Object z)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/EqualsHashCodeTest.java | |||||||||||||||||||||
71 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 566 | 568 | "void shouldHold(@ForAll Short s)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
72 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | 119 | 124 | "void shouldHold(@ForAll Set<Set<Integer>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | |||||||||||||||||||||
73 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 162 | 164 | "void shouldHold(@ForAll Byte b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
74 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 378 | 381 | "void shouldHold(@ForAll @InRange(minDouble=Math.E,maxDouble=Math.PI) Double d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
75 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 251 | 254 | "void shouldHold(@ForAll @InRange(minChar='\uFF00') char ch)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
76 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 225 | 227 | "void shouldHold(@ForAll Short[] s)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
77 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 225 | 227 | "void shouldHold(@ForAll(sampleSize=10) Short[][] s)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
78 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 503 | 506 | "void shouldHold(@ForAll @InRange(minLong=-10,maxLong=20) long ell)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
79 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 57 | 59 | "void shouldHold(@ForAll(sampleSize=2) Boolean[][][] b)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
80 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | 152 | 156 | "void shouldHold(@ForAll(sampleSize=10) Set<Set<? super Float>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | |||||||||||||||||||||
81 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 327 | 330 | "void shouldHold(@ForAll @InRange(minDouble=Math.E,maxDouble=Math.PI) double d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
82 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllEnumTheoryParameterTypesTest.java | 91 | 97 | "void shouldHold(@ForAll @ValuesOf @SuchThat("#e != @com.pholser.junit.quickcheck.ForAllEnumTheoryParameterTypesTest$TestEnum@E3") TestEnum e)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllEnumTheoryParameterTypesTest.java | |||||||||||||||||||||
83 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 112 | 117 | "void shouldHold(@ForAll(sampleSize=20) Map<?,List<?>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
84 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSampleSizeTest.java | 49 | 52 | "void shouldHold(@ForAll int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSampleSizeTest.java | |||||||||||||||||||||
85 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | 61 | 67 | "void shouldHold(@ForAll(sampleSize=15) Set<? extends Integer> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllSetTheoryParameterTypesTest.java | |||||||||||||||||||||
86 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 225 | 230 | "void shouldHold(@ForAll(sampleSize=20) Map<Set<?>,?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
87 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | 541 | 543 | "void shouldHold(@ForAll short s)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveTheoryParameterTypesTest.java | |||||||||||||||||||||
88 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 213 | 215 | "void shouldHold(@ForAll(sampleSize=10) short[][] s)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
89 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 165 | 167 | "void shouldHold(@ForAll(sampleSize=2) int[][][] i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
90 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | 120 | 126 | "void shouldHold(@ForAll @InRange(max="12/31/2012",format="MM/dd/yyyy") Date d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | |||||||||||||||||||||
91 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | 121 | 128 | "void shouldHold(@ForAll List<List<Integer>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | |||||||||||||||||||||
92 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | 141 | 143 | "void shouldHold(@ForAll(sampleSize=2) float[][][] f)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive3DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
93 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | 82 | 84 | "void shouldHold(@ForAll @InRange(min="@#!@#@",max="12/31/2012",format="MM/dd/yyyy") Date d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllDateTheoryParameterTypesTest.java | |||||||||||||||||||||
94 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 266 | 274 | "void shouldHold(@ForAll(sampleSize=20) Map<Iterable<? extends Number>,?> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
95 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | 117 | 119 | "void shouldHold(@ForAll(sampleSize=10) double[][] d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitive2DArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
96 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 165 | 167 | "void shouldHold(@ForAll int[] i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | |||||||||||||||||||||
97 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | 89 | 96 | "void shouldHold(@ForAll List<int[]> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllListTheoryParameterTypesTest.java | |||||||||||||||||||||
98 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/DiscardRatioTest.java | 67 | 70 | "void shouldHold(@ForAll(discardRatio=3) @InRange(minInt=3,maxInt=4) @SuchThat("#i < 3") int i)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/DiscardRatioTest.java | |||||||||||||||||||||
99 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | 164 | 170 | "void shouldHold(@ForAll(sampleSize=20) Map<?,Set<? super HashMap<?,?>>> items)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllMapTheoryParameterTypesTest.java | |||||||||||||||||||||
100 | /junit-quickcheck/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java | 117 | 119 | "void shouldHold(@ForAll double[] d)" | https://github.com/akiellor/junit-quickcheck/tree/master/src/test/java/com/pholser/junit/quickcheck/ForAllPrimitiveArrayTheoryParameterTypesTest.java |