Package com.consol.citrus
Interface TestActorAware
-
public interface TestActorAware- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestActionsetActor(TestActor actor)Sets the test actor associated with a test action.
-
-
-
Method Detail
-
setActor
TestAction setActor(TestActor actor)
Sets the test actor associated with a test action.- Parameters:
actor-
-
-