Searched refs:graphsToTest (Results 1 – 2 of 2) sorted by relevance
32 ImmutableList<MutableGraph<Integer>> graphsToTest; field in GraphPropertiesTest46 graphsToTest = ImmutableList.of(mutableDirectedGraph, mutableUndirectedGraph); in init()67 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_isolatedNodes()77 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_oneEdge()86 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_selfLoopEdge()95 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_twoAcyclicEdges()105 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_twoCyclicEdges()115 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_threeAcyclicEdges()126 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_threeCyclicEdges()137 for (MutableGraph<Integer> graph : graphsToTest) { in hasCycle_disconnectedCyclicGraph()[all …]