Home
last modified time | relevance | path

Searched refs:ERROR_ADDED_SELF_LOOP (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava-tests/test/com/google/common/graph/
DConfigurableSimpleDirectedGraphTest.java115 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DConfigurableSimpleUndirectedGraphTest.java115 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DConfigurableSimpleDirectedNetworkTest.java184 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DConfigurableSimpleUndirectedNetworkTest.java184 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DGraphsTest.java61 private static final String ERROR_ADDED_SELF_LOOP = field in GraphsTest
489 fail(ERROR_ADDED_SELF_LOOP); in createDirected()
521 fail(ERROR_ADDED_SELF_LOOP); in createUndirected()
DAbstractGraphTest.java66 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractGraphTest
DAbstractNetworkTest.java89 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractNetworkTest
/external/guava/android/guava-tests/test/com/google/common/graph/
DConfigurableSimpleUndirectedGraphTest.java115 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DConfigurableSimpleDirectedGraphTest.java115 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DConfigurableSimpleDirectedNetworkTest.java184 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DConfigurableSimpleUndirectedNetworkTest.java184 fail(ERROR_ADDED_SELF_LOOP); in addEdge_selfLoop()
DGraphsTest.java61 private static final String ERROR_ADDED_SELF_LOOP = field in GraphsTest
488 fail(ERROR_ADDED_SELF_LOOP); in createDirected()
520 fail(ERROR_ADDED_SELF_LOOP); in createUndirected()
DAbstractGraphTest.java66 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractGraphTest
DAbstractNetworkTest.java89 static final String ERROR_ADDED_SELF_LOOP = "Should not be allowed to add a self-loop edge."; field in AbstractNetworkTest