Home
last modified time | relevance | path

Searched refs:ERROR_NODE_NOT_IN_GRAPH (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-tests/test/com/google/common/graph/
DAbstractGraphTest.java19 import static com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH;
240 fail(ERROR_NODE_NOT_IN_GRAPH); in adjacentNodes_nodeNotInGraph()
256 fail(ERROR_NODE_NOT_IN_GRAPH); in predecessors_nodeNotInGraph()
272 fail(ERROR_NODE_NOT_IN_GRAPH); in successors_nodeNotInGraph()
288 fail(ERROR_NODE_NOT_IN_GRAPH); in incidentEdges_nodeNotInGraph()
311 fail(ERROR_NODE_NOT_IN_GRAPH); in degree_nodeNotInGraph()
327 fail(ERROR_NODE_NOT_IN_GRAPH); in inDegree_nodeNotInGraph()
343 fail(ERROR_NODE_NOT_IN_GRAPH); in outDegree_nodeNotInGraph()
416 fail(ERROR_NODE_NOT_IN_GRAPH); in removeNode_queryAfterRemoval()
DAbstractNetworkTest.java19 import static com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH;
427 fail(ERROR_NODE_NOT_IN_GRAPH); in incidentEdges_nodeNotInGraph()
466 fail(ERROR_NODE_NOT_IN_GRAPH); in adjacentNodes_nodeNotInGraph()
523 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
529 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
535 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
605 fail(ERROR_NODE_NOT_IN_GRAPH); in inEdges_nodeNotInGraph()
621 fail(ERROR_NODE_NOT_IN_GRAPH); in outEdges_nodeNotInGraph()
637 fail(ERROR_NODE_NOT_IN_GRAPH); in predecessors_nodeNotInGraph()
653 fail(ERROR_NODE_NOT_IN_GRAPH); in successors_nodeNotInGraph()
[all …]
DDefaultNetworkImplementationsTest.java20 import static com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH;
94 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
100 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
106 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
DTestUtil.java29 static final String ERROR_NODE_NOT_IN_GRAPH = field in TestUtil
/external/guava/android/guava-tests/test/com/google/common/graph/
DAbstractGraphTest.java19 import static com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH;
240 fail(ERROR_NODE_NOT_IN_GRAPH); in adjacentNodes_nodeNotInGraph()
256 fail(ERROR_NODE_NOT_IN_GRAPH); in predecessors_nodeNotInGraph()
272 fail(ERROR_NODE_NOT_IN_GRAPH); in successors_nodeNotInGraph()
288 fail(ERROR_NODE_NOT_IN_GRAPH); in incidentEdges_nodeNotInGraph()
311 fail(ERROR_NODE_NOT_IN_GRAPH); in degree_nodeNotInGraph()
327 fail(ERROR_NODE_NOT_IN_GRAPH); in inDegree_nodeNotInGraph()
343 fail(ERROR_NODE_NOT_IN_GRAPH); in outDegree_nodeNotInGraph()
416 fail(ERROR_NODE_NOT_IN_GRAPH); in removeNode_queryAfterRemoval()
DAbstractNetworkTest.java19 import static com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH;
420 fail(ERROR_NODE_NOT_IN_GRAPH); in incidentEdges_nodeNotInGraph()
459 fail(ERROR_NODE_NOT_IN_GRAPH); in adjacentNodes_nodeNotInGraph()
516 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
522 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
528 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
598 fail(ERROR_NODE_NOT_IN_GRAPH); in inEdges_nodeNotInGraph()
614 fail(ERROR_NODE_NOT_IN_GRAPH); in outEdges_nodeNotInGraph()
630 fail(ERROR_NODE_NOT_IN_GRAPH); in predecessors_nodeNotInGraph()
646 fail(ERROR_NODE_NOT_IN_GRAPH); in successors_nodeNotInGraph()
[all …]
DDefaultNetworkImplementationsTest.java20 import static com.google.common.graph.TestUtil.ERROR_NODE_NOT_IN_GRAPH;
94 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
100 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
106 fail(ERROR_NODE_NOT_IN_GRAPH); in edgesConnecting_nodesNotInGraph()
DTestUtil.java29 static final String ERROR_NODE_NOT_IN_GRAPH = field in TestUtil