Searched refs:expectedEndpoints (Results 1 – 4 of 4) sorted by relevance
140 EndpointPair<Integer> expectedEndpoints = EndpointPair.unordered(N1, N2); in incidentEdges_oneEdge() local141 assertThat(graph.incidentEdges(N1)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()142 assertThat(graph.incidentEdges(N2)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()
131 EndpointPair<Integer> expectedEndpoints = EndpointPair.ordered(N1, N2); in incidentEdges_oneEdge() local132 assertThat(graph.incidentEdges(N1)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()133 assertThat(graph.incidentEdges(N2)).containsExactly(expectedEndpoints); in incidentEdges_oneEdge()