org.jboss.webbeans.tck.api
Class TCKConfiguration

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

public class TCKConfiguration
extends java.lang.Object


Constructor Summary
protected TCKConfiguration(Beans beans, Contexts<?> contexts, Managers managers, Containers containers, TestSuite testSuite)
           
 
Method Summary
 Beans getBeans()
           
 Containers getContainers()
           
<T extends javax.context.Context>
Contexts<T>
getContexts()
           
 Managers getManagers()
           
 TestSuite getTestSuite()
           
static TCKConfiguration newInstance(Beans beans, Contexts<?> contexts, Managers managers, Containers containers, TestSuite testSuite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCKConfiguration

protected TCKConfiguration(Beans beans,
                           Contexts<?> contexts,
                           Managers managers,
                           Containers containers,
                           TestSuite testSuite)
Method Detail

newInstance

public static final TCKConfiguration newInstance(Beans beans,
                                                 Contexts<?> contexts,
                                                 Managers managers,
                                                 Containers containers,
                                                 TestSuite testSuite)

getBeans

public Beans getBeans()

getContexts

public <T extends javax.context.Context> Contexts<T> getContexts()

getManagers

public Managers getManagers()

getTestSuite

public TestSuite getTestSuite()

getContainers

public Containers getContainers()


Copyright © 2008-2009. All Rights Reserved.