Package de.sormuras.brahms.maingine
Annotation Type Main
-
@Target(METHOD) @Retention(RUNTIME) @Repeatable(MainRepeatable.class) @Testable public @interface Main
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdisplayNameDisplay name of the test run.JavajavaFork a new Java VM instance and launch the main class.java.lang.String[]valueArgument array to be passed to the test run.
-
-
-
-
java
Java java
Fork a new Java VM instance and launch the main class.- Default:
- @de.sormuras.brahms.maingine.Java
-
-