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) TestExecutionStatusTestExecutionStatusFactory. 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 TestExecutionStatusTestRunner. executeTest(TestCase testCase)TestExecutionStatusTestExecutionStatus. setExpectedAdapterResponse(org.apache.camel.Exchange expectedAdapterResponse)Sets response which is expected to be returned by adapter during test. -
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 voidMock. setBehavior(TestExecutionStatus testExecutionStatus)Sets mocks behaviorvoidProcessorProxyMock. 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 voidResultProcessor. 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 voidDefaultReportProcessor. 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 voidTestCaseValidator. 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 voidCamelTestCaseValidator. validate(TestExecutionStatus testExecutionStatus)Validates actual of test execution and forwards it to report service
-