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

Method test

src/test/java/pascal/taie/analysis/pta/ExceptionTest.java:34–43  ·  view source on GitHub ↗
(String mainClass)

Source from the content-addressed store, hash-verified

32 private static final String DIR = "exception";
33
34 @ParameterizedTest
35 @ValueSource(strings = {
36 "ExceptionCircle",
37 "ExceptionCircleAndRecursion",
38 "ExceptionNoneCaught",
39 "ExceptionTreeAndRecursion",
40 })
41 void test(String mainClass) {
42 Tests.testPTA(DIR, mainClass);
43 }
44
45 @Test
46 void testExceptionFromClinit() {

Callers

nothing calls this directly

Calls 1

testPTAMethod · 0.95

Tested by

no test coverage detected