Home
last modified time | relevance | path

Searched defs:ERROR_ADDED_SELF_LOOP (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/graph/
DAbstractGraphTest.java74 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractGraphTest
DAbstractNetworkTest.java103 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractNetworkTest
DGraphsTest.java61 private static final String ERROR_ADDED_SELF_LOOP = field in GraphsTest
/external/guava/guava-tests/test/com/google/common/graph/
DAbstractGraphTest.java74 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractGraphTest
DAbstractNetworkTest.java103 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractNetworkTest
DGraphsTest.java61 private static final String ERROR_ADDED_SELF_LOOP = field in GraphsTest