|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StandaloneContainers
Standalone mode deployment related operations. If the TCK is placed in standalone mode, unit tests will be deployed via this interface. You must implement this as part of the porting package if you intend to run the TCK in standalone mode
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_NAME
|
| Method Summary | |
|---|---|
void |
cleanup()
Called after the TCK finishes executing the testsuite. |
void |
deploy(java.lang.Iterable<java.lang.Class<?>> classes)
Bootstrap the container by registering Beans and Observers, raising |
void |
deploy(java.lang.Iterable<java.lang.Class<?>> classes,
java.lang.Iterable<java.net.URL> beansXmls)
Bootstrap the container for a test by registering Beans and Observers, raising @Initialized event, validating the deployment, and raising the |
void |
setup()
Called before the TCK starts executing the testsuite, but after the suite has been configured. |
void |
undeploy()
Cleanup the container after this test |
| Field Detail |
|---|
static final java.lang.String PROPERTY_NAME
| Method Detail |
|---|
void deploy(java.lang.Iterable<java.lang.Class<?>> classes)
throws DeploymentException
Bootstrap the container by registering Beans and Observers, raising
classes - the classes to deploy
DeploymentException
void deploy(java.lang.Iterable<java.lang.Class<?>> classes,
java.lang.Iterable<java.net.URL> beansXmls)
throws DeploymentException
Bootstrap the container for a test by registering Beans and Observers, raising @Initialized event, validating the deployment, and raising the
classes - the classes to deploybeansXmls - the beans.xml files to deploy
DeploymentExceptionvoid undeploy()
void setup()
void cleanup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||