Home
last modified time | relevance | path

Searched refs:expectedEndpoints (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/graph/
DAbstractStandardUndirectedGraphTest.java140 EndpointPair<Integer> expectedEndpoints = EndpointPair.unordered(N1, N2); in incidentEdges_oneEdge() local
141 assertThat(graph.incidentEdges(N1)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
142 assertThat(graph.incidentEdges(N2)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
DAbstractStandardDirectedGraphTest.java131 EndpointPair<Integer> expectedEndpoints = EndpointPair.ordered(N1, N2); in incidentEdges_oneEdge() local
132 assertThat(graph.incidentEdges(N1)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
133 assertThat(graph.incidentEdges(N2)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
/external/guava/android/guava-tests/test/com/google/common/graph/
DAbstractStandardUndirectedGraphTest.java140 EndpointPair<Integer> expectedEndpoints = EndpointPair.unordered(N1, N2); in incidentEdges_oneEdge() local
141 assertThat(graph.incidentEdges(N1)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
142 assertThat(graph.incidentEdges(N2)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
DAbstractStandardDirectedGraphTest.java131 EndpointPair<Integer> expectedEndpoints = EndpointPair.ordered(N1, N2); in incidentEdges_oneEdge() local
132 assertThat(graph.incidentEdges(N1)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
133 assertThat(graph.incidentEdges(N2)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()