MCPcopy Create free account
hub / github.com/LFYSec/MScan / testMergedSCC

Method testMergedSCC

src/test/java/pascal/taie/util/graph/GraphTest.java:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 @Test
116 void testMergedSCC() {
117 Graph<Integer> g = readGraph("src/test/resources/util/graph-scc.txt");
118 MergedSCCGraph<Integer> mg = new MergedSCCGraph<>(g);
119 assertEquals(7, mg.getNumberOfNodes());
120 }
121
122 @Test
123 void testDominator() {

Callers

nothing calls this directly

Calls 2

readGraphMethod · 0.95
getNumberOfNodesMethod · 0.80

Tested by

no test coverage detected