Searched refs:TestRelation (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestFmwkPlus.java | 19 public <T, V, R extends TestRelation<T, V>> boolean assertTrue( in assertTrue() 25 public <T, V, R extends TestRelation<T, V>> boolean assertFalse( in assertFalse() 31 public <T, V, R extends TestRelation<T, V>> boolean assertTrue(T arg0, in assertTrue() 37 public <T, V, R extends TestRelation<T, V>> boolean assertFalse(T arg0, in assertFalse() 43 public <T, V, R extends TestRelation<T, V>> boolean assertRelation( in assertRelation() 80 private <T, V, R extends TestRelation<T, V>> String showArgs(String prefix, in showArgs() 95 public abstract static class TestRelation<T, U> { class in TestFmwkPlus 123 public static class Invert<T, U> extends TestRelation<T, U> { 124 private final TestRelation<T, U> other; 126 public Invert(TestRelation<T, U> other) { in Invert() [all …]
|