Package org.objenesis.tck
Class Main
- java.lang.Object
-
- org.objenesis.tck.Main
-
public class Main extends java.lang.Object
Command line launcher for Technology Compatibility Kit (TCK).- See Also:
TCK
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main class of the TCK.static void
run(Reporter reporter)
Run the full test suite using standard Objenesis instances
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main class of the TCK. Can also be called as a normal method from an application server.- Parameters:
args
- No parameters are required
-
run
public static void run(Reporter reporter)
Run the full test suite using standard Objenesis instances- Parameters:
reporter
- result are recorded in the reporter
-
-