Searched refs:TestRelation (Results 1 – 1 of 1) sorted by relevance
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TestFmwkPlus.java | 17 public <T, V, R extends TestRelation<T, V>> boolean assertTrue( in assertTrue() 23 public <T, V, R extends TestRelation<T, V>> boolean assertFalse( in assertFalse() 29 public <T, V, R extends TestRelation<T, V>> boolean assertTrue(T arg0, R relation, V... args) { in assertTrue() 34 public <T, V, R extends TestRelation<T, V>> boolean assertFalse(T arg0, R relation, V... args) { in assertFalse() 39 public <T, V, R extends TestRelation<T, V>> boolean assertRelation( in assertRelation() 88 private <T, V, R extends TestRelation<T, V>> String showArgs( in showArgs() 108 public abstract static class TestRelation<T, U> { class in TestFmwkPlus 136 public static class Invert<T, U> extends TestRelation<T, U> { 137 private final TestRelation<T, U> other; 139 public Invert(TestRelation<T, U> other) { in Invert() [all …]
|