org.jboss.testharness.api
Class TCK
java.lang.Object
org.jboss.testharness.api.TCK
public abstract class TCK
- extends java.lang.Object
Programmatic TCK control
- Author:
- Pete Muir
|
Constructor Summary |
protected |
TCK()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DUMP_ARTIFACTS_PROPERTY_NAME
public static final java.lang.String DUMP_ARTIFACTS_PROPERTY_NAME
- See Also:
- Constant Field Values
DUMP_CONFIGURATION_PROPERTY_NAME
public static final java.lang.String DUMP_CONFIGURATION_PROPERTY_NAME
- See Also:
- Constant Field Values
RUN_SUITE_PROPERTY_NAME
public static final java.lang.String RUN_SUITE_PROPERTY_NAME
- See Also:
- Constant Field Values
TCK
protected TCK()
newInstance
public static final TCK newInstance()
- Obtain an instance of the TCK
- Parameters:
configuration - the TCK configuration; if null, the TCK should try to load
configuration from system properties and
web-beans-tck.properties
- Returns:
main
public static void main(java.lang.String[] args)
dumpArtifacts
public abstract void dumpArtifacts()
- Initiate a dump of all TCK artifacts
getConfiguration
public abstract Configuration getConfiguration()
- Get the current configuration
- Returns:
Copyright © 2009-2010. All Rights Reserved.