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) TestExecutionStatus
TestExecutionStatusFactory.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 void
Mock.setBehavior
(TestExecutionStatus testExecutionStatus) Sets mocks behaviorvoid
ProcessorProxyMock.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 TypeMethodDescriptionvoid
ResultProcessor.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 TypeMethodDescriptionvoid
DefaultReportProcessor.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 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 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 TypeMethodDescriptionvoid
CamelTestCaseValidator.validate
(TestExecutionStatus testExecutionStatus) Validates actual of test execution and forwards it to report service