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

Method testBottomType

src/test/java/pascal/taie/frontend/soot/IRTest.java:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 @Test
44 void testBottomType() {
45 String clzName = "android$widget$RemoteViews$BaseReflectionAction";
46 Main.buildWorld("-ap", "-cp", "src/test/resources/world",
47 "--input-classes", clzName);
48 World.get().getClassHierarchy().getClass(clzName)
49 .getDeclaredMethod("initActionAsync").getIR();
50 }
51
52 @Test
53 void testIRBuilder() {

Callers

nothing calls this directly

Calls 6

buildWorldMethod · 0.95
getMethod · 0.95
getDeclaredMethodMethod · 0.80
getClassHierarchyMethod · 0.80
getIRMethod · 0.65
getClassMethod · 0.65

Tested by

no test coverage detected