Class ProcessorProxyMock
java.lang.Object
one.x1f.sip.foundation.testkit.workflow.givenphase.Mock
one.x1f.sip.foundation.testkit.workflow.givenphase.ProcessorProxyMock
Creates and defines behaviour for Camel based external service mocks
-
Field Summary
Fields inherited from class one.x1f.sip.foundation.testkit.workflow.givenphase.Mock
ENDPOINT_ID_EXCHANGE_PROPERTY, returnExchange, testName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clear previously set behaviour for mock.void
setBehavior
(TestExecutionStatus testExecutionStatus) Sets a mock operation on a proxy
-
Constructor Details
-
ProcessorProxyMock
public ProcessorProxyMock()
-
-
Method Details
-
setBehavior
Sets a mock operation on a proxy- Specified by:
setBehavior
in classMock
- Parameters:
testExecutionStatus
- that the mock should fill with details of the test run
-
clear
public void clear()Description copied from class:Mock
Clear previously set behaviour for mock.
-