(String mainClass)
| 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 | } |