Uses of Class
one.x1f.sip.foundation.testkit.workflow.TestExecutionStatus
Packages that use TestExecutionStatus
Package
Description
-
Uses of TestExecutionStatus in one.x1f.sip.foundation.testkit.config
Methods in one.x1f.sip.foundation.testkit.config that return TestExecutionStatusModifier and TypeMethodDescription(package private) TestExecutionStatusTestExecutionStatusFactory.generateTestReport(TestCaseDefinition testCaseDefinition) -
Uses of TestExecutionStatus in one.x1f.sip.foundation.testkit.workflow
Methods in one.x1f.sip.foundation.testkit.workflow that return TestExecutionStatusModifier and TypeMethodDescriptionTestRunner.executeTest(TestCase testCase) TestExecutionStatus.setExpectedAdapterResponse(org.apache.camel.Exchange expectedAdapterResponse) Sets response which is expected to be returned by adapter during test.Constructors in one.x1f.sip.foundation.testkit.workflow with parameters of type TestExecutionStatusModifierConstructorDescriptionTestCase(String testName, List<Mock> mocks, TestCaseValidator validator, TestExecutionStatus testExecutionStatus) -
Uses of TestExecutionStatus in one.x1f.sip.foundation.testkit.workflow.givenphase
Methods in one.x1f.sip.foundation.testkit.workflow.givenphase with parameters of type TestExecutionStatusModifier and TypeMethodDescriptionabstract voidMock.setBehavior(TestExecutionStatus testExecutionStatus) Sets mocks behaviorvoidProcessorProxyMock.setBehavior(TestExecutionStatus testExecutionStatus) Sets a mock operation on a proxy -
Uses of TestExecutionStatus in one.x1f.sip.foundation.testkit.workflow.reporting.resultprocessor
Methods in one.x1f.sip.foundation.testkit.workflow.reporting.resultprocessor with parameters of type TestExecutionStatusModifier and TypeMethodDescriptionvoidResultProcessor.process(TestExecutionStatus report) Processes aTestExecutionStatus -
Uses of TestExecutionStatus in one.x1f.sip.foundation.testkit.workflow.reporting.resultprocessor.impl
Methods in one.x1f.sip.foundation.testkit.workflow.reporting.resultprocessor.impl with parameters of type TestExecutionStatusModifier and TypeMethodDescriptionvoidDefaultReportProcessor.process(TestExecutionStatus testExecutionStatus) Processes and logs executed test -
Uses of TestExecutionStatus in one.x1f.sip.foundation.testkit.workflow.thenphase.validator
Methods in one.x1f.sip.foundation.testkit.workflow.thenphase.validator with parameters of type TestExecutionStatusModifier and TypeMethodDescriptionvoidTestCaseValidator.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 one.x1f.sip.foundation.testkit.workflow.thenphase.validator.impl
Methods in one.x1f.sip.foundation.testkit.workflow.thenphase.validator.impl with parameters of type TestExecutionStatusModifier and TypeMethodDescriptionvoidCamelTestCaseValidator.validate(TestExecutionStatus testExecutionStatus) Validates actual of test execution and forwards it to report service