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)
TestMixIn
setTestKit
in interface TestMixIn
kit
- The kit instance.public SwitchYardTestKit getTestKit()
public void initialize()
TestMixIn
initialize
in interface TestMixIn
public void before(org.switchyard.deploy.internal.AbstractDeployment deployment)
TestMixIn
public void after(org.switchyard.deploy.internal.AbstractDeployment deployment)
TestMixIn
public void uninitialize()
TestMixIn
uninitialize
in interface TestMixIn
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.