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

Method test

src/test/java/pascal/taie/analysis/pta/LambdaTest.java:35–47  ·  view source on GitHub ↗
(String mainClass)

Source from the content-addressed store, hash-verified

33 private static final String ARG = "handle-invokedynamic:true";
34
35 @ParameterizedTest
36 @ValueSource(strings = {
37 "Args",
38 "LambdaConstructor",
39 "LambdaInstanceMethod",
40 "LambdaStaticMethod",
41 "ImpreciseLambdas",
42 "DispatchBugDueToLackOfSubclassCheck",
43 "NativeModelWithLambda",
44 })
45 void test(String mainClass) {
46 Tests.testPTA(DIR, mainClass, ARG);
47 }
48
49}

Callers

nothing calls this directly

Calls 1

testPTAMethod · 0.95

Tested by

no test coverage detected