- java.lang.Object
-
- org.fuin.mjunitrun.JUnitApp
-
public final class JUnitApp extends Object
Application that tests one or more JUnit tests.
-
-
Constructor Summary
Constructors Constructor Description JUnitApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(JUnitAppConfig config)Runs the tests without initializing the logger and System.exit(int).static voidmain(String[] args)Runs the tests.
-
-
-
Method Detail
-
execute
public int execute(JUnitAppConfig config)
Runs the tests without initializing the logger and System.exit(int).- Parameters:
config- Configuration to use.- Returns:
- Exit code.
-
main
public static void main(String[] args)
Runs the tests.- Parameters:
args- SeeJUnitAppConfigfor available arguments.
-
-