Home
last modified time | relevance | path

Searched defs:assertRelation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/
H A DS2PolygonTest.java133 private void assertRelation(S2Polygon a, S2Polygon b, int contains, boolean intersects) { in assertRelation() method in S2PolygonTest
H A DS2LoopTest.java283 private void assertRelation( in assertRelation() method in S2LoopTest
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestFmwkPlus.java39 public <T, V, R extends TestRelation<T, V>> boolean assertRelation( in assertRelation() method in TestFmwkPlus