Uses of Class
de.ikor.sip.foundation.testkit.workflow.TestExecutionStatus
Package
Description
-
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.config
Modifier and TypeMethodDescription(package private) TestExecutionStatus
TestExecutionStatusFactory.generateTestReport
(TestCaseDefinition testCaseDefinition) -
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow
Modifier and TypeMethodDescriptionTestRunner.executeTest
(TestCase testCase) TestExecutionStatus.setExpectedAdapterResponse
(org.apache.camel.Exchange expectedAdapterResponse) Sets response which is expected to be returned by adapter during test.ModifierConstructorDescriptionTestCase
(String testName, List<Mock> mocks, TestCaseValidator validator, TestExecutionStatus testExecutionStatus) -
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.givenphase
Modifier and TypeMethodDescriptionabstract 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
Modifier and TypeMethodDescriptionvoid
ResultProcessor.process
(TestExecutionStatus report) Processes aTestExecutionStatus
-
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.reporting.resultprocessor.impl
Modifier and TypeMethodDescriptionvoid
DefaultReportProcessor.process
(TestExecutionStatus testExecutionStatus) Processes and logs executed test -
Uses of TestExecutionStatus in de.ikor.sip.foundation.testkit.workflow.thenphase.validator
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
CamelTestCaseValidator.validate
(TestExecutionStatus testExecutionStatus) Validates actual of test execution and forwards it to report service