org.jboss.testharness.api
Class TCK

java.lang.Object
  extended by org.jboss.testharness.api.TCK

public abstract class TCK
extends java.lang.Object

Programmatic TCK control

Author:
Pete Muir

Field Summary
static java.lang.String DUMP_ARTIFACTS_PROPERTY_NAME
           
static java.lang.String DUMP_CONFIGURATION_PROPERTY_NAME
           
static java.lang.String RUN_SUITE_PROPERTY_NAME
           
 
Constructor Summary
protected TCK()
           
 
Method Summary
abstract  void dumpArtifacts()
          Initiate a dump of all TCK artifacts
abstract  Configuration getConfiguration()
          Get the current configuration
static void main(java.lang.String[] args)
           
static TCK newInstance()
          Obtain an instance of the TCK
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TCK

protected TCK()
Method Detail

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. All Rights Reserved.