- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addEdge_nodesNotInGraph (0.08 seconds)
-
guava-tests/test/com/google/common/graph/AbstractStandardUndirectedNetworkTest.java
* using the proxy methods here as we want to test {@code addEdge} when the end-points are not * elements of the graph. */ @Test public void addEdge_nodesNotInGraph() { assume().that(graphIsMutable()).isTrue(); networkAsMutableNetwork.addNode(N1); assertThat(networkAsMutableNetwork.addEdge(N1, N5, E15)).isTrue();Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 30 17:09:51 GMT 2025 - 19K bytes - Click Count (0)