|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.bpelunit.framework.control.deploymentchanger.timemocking.TimeMocking
public class TimeMocking
Locking for mocking wait activities in BPEL. Can be added as a deployment component when BPELUnit deploys the PUT. Options configurable from test:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.bpelunit.framework.control.ext.IDeploymentChanger |
|---|
IDeploymentChanger.DeploymentChangerOption |
| Constructor Summary | |
|---|---|
TimeMocking()
|
|
| Method Summary | |
|---|---|
void |
changeDeployment(IDeployment d,
TestSuite testSuite)
Executes the change to the deployment. |
void |
setActivityToMock(String xpath)
See annotation for description |
void |
setBPELName(String bpelToChange)
See annotation for description |
void |
setNewDuration(String newDurationInSeconds)
See annotation for description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeMocking()
| Method Detail |
|---|
public void setActivityToMock(String xpath)
xpath - see annotation for descriptionpublic void setNewDuration(String newDurationInSeconds)
xpath - see annotation for descriptionpublic void setBPELName(String bpelToChange)
xpath - see annotation for description
public void changeDeployment(IDeployment d,
TestSuite testSuite)
throws DeploymentException
changeDeployment in interface IDeploymentChangerd - the deployment that is to be changed
DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||