Searched refs:testGraphMutation (Results 1 – 2 of 2) sorted by relevance
41 testGraphMutation(GraphBuilder.directed()); in directedGraph()46 testGraphMutation(GraphBuilder.undirected()); in undirectedGraph()49 private static void testGraphMutation(GraphBuilder<? super Integer> graphBuilder) { in testGraphMutation() method in GraphMutationTest