org.objenesis.tck
Class Main

java.lang.Object
  extended by org.objenesis.tck.Main

public class Main
extends java.lang.Object

Command line launcher for Technology Compatibility Kit (TCK).

Author:
Joe Walnes
See Also:
TCK

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.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
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.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:
java.io.IOException - When the TCK fails to read properties' files.


Copyright © 2006-2011 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.