Uses of Interface
com.chutneytesting.server.core.domain.scenario.TestCase
-
-
Uses of TestCase in com.chutneytesting.server.core.domain.execution
Fields in com.chutneytesting.server.core.domain.execution declared as TestCase Modifier and Type Field Description TestCaseExecutionRequest. testCaseConstructors in com.chutneytesting.server.core.domain.execution with parameters of type TestCase Constructor Description ExecutionRequest(TestCase testCase, String environment, String userId)ExecutionRequest(TestCase testCase, String environment, Map<String,String> specificDataSet, String userId) -
Uses of TestCase in com.chutneytesting.server.core.domain.execution.processor
Classes in com.chutneytesting.server.core.domain.execution.processor with type parameters of type TestCase Modifier and Type Interface Description interfaceTestCasePreProcessor<T extends TestCase>Methods in com.chutneytesting.server.core.domain.execution.processor with type parameters of type TestCase Modifier and Type Method Description <T extends TestCase>
TTestCasePreProcessors. apply(ExecutionRequest executionRequest) -
Uses of TestCase in com.chutneytesting.server.core.domain.instrument
Methods in com.chutneytesting.server.core.domain.instrument with parameters of type TestCase Modifier and Type Method Description voidChutneyMetrics. onScenarioExecutionEnded(TestCase testCase, ExecutionHistory.Execution execution) -
Uses of TestCase in com.chutneytesting.server.core.domain.scenario
Classes in com.chutneytesting.server.core.domain.scenario with type parameters of type TestCase Modifier and Type Interface Description interfaceAggregatedRepository<T extends TestCase>Methods in com.chutneytesting.server.core.domain.scenario that return TestCase Modifier and Type Method Description TestCaseTestCase. usingExecutionParameters(Map<String,String> parameters)Methods in com.chutneytesting.server.core.domain.scenario that return types with arguments of type TestCase Modifier and Type Method Description Optional<TestCase>AggregatedRepository. findExecutableById(String testCaseId) -
Uses of TestCase in com.chutneytesting.server.core.domain.scenario.campaign
Methods in com.chutneytesting.server.core.domain.scenario.campaign with parameters of type TestCase Modifier and Type Method Description voidCampaignExecutionReport. startScenarioExecution(TestCase testCase, String executionEnvironment, String userId)Method parameters in com.chutneytesting.server.core.domain.scenario.campaign with type arguments of type TestCase Modifier and Type Method Description voidCampaignExecutionReport. initExecution(List<TestCase> testCases, String executionEnvironment, String userId)
-