Uses of Class
de.ikor.sip.foundation.testkit.workflow.TestExecutionStatus
-
-
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.config
Methods in de.ikor.sip.foundation.testkit.config that return TestExecutionStatus Modifier and Type Method Description (package private) TestExecutionStatus
TestExecutionStatusFactory. generateTestReport(TestCaseDefinition testCaseDefinition)
-
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow
Methods in de.ikor.sip.foundation.testkit.workflow that return TestExecutionStatus Modifier and Type Method Description TestExecutionStatus
TestRunner. executeTest(TestCase testCase)
TestExecutionStatus
TestExecutionStatus. setExpectedAdapterResponse(org.apache.camel.Exchange expectedAdapterResponse)
Sets response which is expected to be returned by adapter during test.Constructors in de.ikor.sip.foundation.testkit.workflow with parameters of type TestExecutionStatus Constructor Description TestCase(String testName, List<Mock> mocks, TestCaseValidator validator, TestExecutionStatus testExecutionStatus)
-
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.givenphase
Methods in de.ikor.sip.foundation.testkit.workflow.givenphase with parameters of type TestExecutionStatus Modifier and Type Method Description abstract void
Mock. setBehavior(TestExecutionStatus testExecutionStatus)
Sets mocks behaviorvoid
ProcessorProxyMock. setBehavior(TestExecutionStatus testExecutionStatus)
Sets a mock operation on a proxy -
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.reporting.resultprocessor
Methods in de.ikor.sip.foundation.testkit.workflow.reporting.resultprocessor with parameters of type TestExecutionStatus Modifier and Type Method Description void
ResultProcessor. process(TestExecutionStatus report)
Processes aTestExecutionStatus
-
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.reporting.resultprocessor.impl
Methods in de.ikor.sip.foundation.testkit.workflow.reporting.resultprocessor.impl with parameters of type TestExecutionStatus Modifier and Type Method Description void
DefaultReportProcessor. process(TestExecutionStatus testExecutionStatus)
Processes and logs executed test -
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.thenphase.validator
Methods in de.ikor.sip.foundation.testkit.workflow.thenphase.validator with parameters of type TestExecutionStatus Modifier and Type Method Description void
TestCaseValidator. validate(TestExecutionStatus testExecutionStatus)
Validates configured conditions based on data collected during test execution, like adapter response or requests received by endpoint mocks. -
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.thenphase.validator.impl
Methods in de.ikor.sip.foundation.testkit.workflow.thenphase.validator.impl with parameters of type TestExecutionStatus Modifier and Type Method Description void
CamelTestCaseValidator. validate(TestExecutionStatus testExecutionStatus)
Validates actual of test execution and forwards it to report service
-