Home
last modified time | relevance | path

Searched defs:assertStronglyEquivalent (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/graph/
DTestUtil.java62 static void assertStronglyEquivalent(Graph<?> graphA, Graph<?> graphB) { in assertStronglyEquivalent() method in TestUtil
70 static void assertStronglyEquivalent(ValueGraph<?, ?> graphA, ValueGraph<?, ?> graphB) { in assertStronglyEquivalent() method in TestUtil
78 static void assertStronglyEquivalent(Network<?, ?> networkA, Network<?, ?> networkB) { in assertStronglyEquivalent() method in TestUtil
/external/guava/android/guava-tests/test/com/google/common/graph/
DTestUtil.java62 static void assertStronglyEquivalent(Graph<?> graphA, Graph<?> graphB) { in assertStronglyEquivalent() method in TestUtil
70 static void assertStronglyEquivalent(ValueGraph<?, ?> graphA, ValueGraph<?, ?> graphB) { in assertStronglyEquivalent() method in TestUtil
78 static void assertStronglyEquivalent(Network<?, ?> networkA, Network<?, ?> networkB) { in assertStronglyEquivalent() method in TestUtil