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

Method buildWorld

src/test/java/pascal/taie/frontend/soot/IRTest.java:39–41  ·  view source on GitHub ↗
(String mainClass)

Source from the content-addressed store, hash-verified

37 private static final List<String> targets = List.of("AllInOne");
38
39 private static void buildWorld(String mainClass) {
40 Main.buildWorld("-pp", "-cp", "src/test/resources/world", "--input-classes", mainClass);
41 }
42
43 @Test
44 void testBottomType() {

Callers 2

testIRBuilderMethod · 0.95
testDefUseMethod · 0.95

Calls 1

buildWorldMethod · 0.95

Tested by

no test coverage detected