SpoonLabs / npefix

Open-science code of the program repair tool described in "Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming" (SANER'17)
https://hal.archives-ouvertes.fr/hal-01419861/document
14 stars 9 forks source link

Command line argument --test #19

Closed jose closed 4 years ago

jose commented 4 years ago

Hi,

As defined in section Command line, --test is the "failing_test". Is this "failing_test" a test class or a test case/method? Does --test support more than one? If so, how? And, should failing and non-failing tests be provided, or just failing tests?

-- Best, Jose

tdurieux commented 4 years ago

--test Define the test classes of the project, fully-qualified, separated with ':'

NPEfix will automatically extract the test methods.

jose commented 4 years ago

Ok, thanks @tdurieux.