org.jboss.webbeans.tck.api
Class WebBeansTCK

java.lang.Object
  extended by org.jboss.webbeans.tck.api.WebBeansTCK

public abstract class WebBeansTCK
extends java.lang.Object

TCK runner

Author:
Pete Muir

Constructor Summary
protected WebBeansTCK()
           
 
Method Summary
protected abstract  void configure(TCKConfiguration configuration)
          Configure the TCK
static void main(java.lang.String[] args)
           
static WebBeansTCK newInstance(TCKConfiguration configuration)
          Obtain an instance of the TCK
 boolean run()
          Run the whole TCK
protected abstract  boolean runUnitTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBeansTCK

protected WebBeansTCK()
Method Detail

newInstance

public static final WebBeansTCK newInstance(TCKConfiguration configuration)
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:

run

public final boolean run()
Run the whole TCK


main

public static void main(java.lang.String[] args)

runUnitTests

protected abstract boolean runUnitTests()

configure

protected abstract void configure(TCKConfiguration configuration)
Configure the TCK

Parameters:
configuration - if null, the TCK should try to load configuration from system properties and web-beans-tck.properties


Copyright © 2008-2009. All Rights Reserved.