public abstract class AbstractTestMixIn extends Object implements TestMixIn
TestMixIn.| Constructor and Description |
|---|
AbstractTestMixIn() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.switchyard.deploy.internal.AbstractDeployment deployment)
After test method execution (cleanup).
|
void |
before(org.switchyard.deploy.internal.AbstractDeployment deployment)
Before test method execution (init).
|
SwitchYardTestKit |
getTestKit()
Get the test kit instance associated with the test mixin.
|
void |
initialize()
MixIn initialization.
|
void |
setTestKit(SwitchYardTestKit kit)
Set the test kit instance on the MixIn.
|
void |
uninitialize()
MixIn uninitialize.
|
public void setTestKit(SwitchYardTestKit kit)
TestMixInsetTestKit in interface TestMixInkit - The kit instance.public SwitchYardTestKit getTestKit()
public void initialize()
TestMixIninitialize in interface TestMixInpublic void before(org.switchyard.deploy.internal.AbstractDeployment deployment)
TestMixInpublic void after(org.switchyard.deploy.internal.AbstractDeployment deployment)
TestMixInpublic void uninitialize()
TestMixInuninitialize in interface TestMixInCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.