ConcatTest.java | 85 public static Object[] createTests(String scenario, Collection<Integer> c1, Collection<Integer> c2, Collection<Integer> expected) { 87 new ConcatTest(scenario, c1, c2, expected) 91 protected final String scenario; field in class:ConcatTest 96 public ConcatTest(String scenario, Collection<Integer> c1, Collection<Integer> c2, Collection<Integer> expected) { 97 this.scenario = scenario; 127 assertFalse(sp.hasCharacteristics(Spliterator.DISTINCT), scenario); local 129 assertFalse(sp.hasCharacteristics(Spliterator.SORTED), scenario); local 131 assertEquals(sp.hasCharacteristics(Spliterator.ORDERED), ordered, scenario); local 137 scenario); local 141 scenario); local [all...] |