Uses of Class
com.consol.citrus.TestActor
-
Packages that use TestActor Package Description com.consol.citrus com.consol.citrus.endpoint -
-
Uses of TestActor in com.consol.citrus
Methods in com.consol.citrus that return TestActor Modifier and Type Method Description default TestActorTestAction. getActor()Gets the test actor associated with this test action.Methods in com.consol.citrus with parameters of type TestActor Modifier and Type Method Description TestActionTestActorAware. setActor(TestActor actor)Sets the test actor associated with a test action. -
Uses of TestActor in com.consol.citrus.endpoint
Methods in com.consol.citrus.endpoint that return TestActor Modifier and Type Method Description TestActorEndpoint. getActor()Gets the sending actor.Methods in com.consol.citrus.endpoint with parameters of type TestActor Modifier and Type Method Description voidEndpoint. setActor(TestActor actor)Sets the test actor for this endpoint.
-