org.objenesis.tck
Class Main
java.lang.Object
org.objenesis.tck.Main
public class Main
- extends Object
Command line launcher for Technology Compatibility Kit (TCK).
- Author:
- Joe Walnes
- See Also:
TCK
Constructor Summary |
Main()
|
Method Summary |
static void |
main(String[] args)
Main class of the TCK. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
throws IOException
- Main class of the TCK. Can also be called as a normal method from an application server.
- Parameters:
args
- No parameters are required
- Throws:
IOException
- When the TCK fails to read properties' files.
Copyright © 2011. All Rights Reserved.