Uses of Interface
com.chutneytesting.server.core.domain.scenario.TestCase
Packages that use TestCase
Package
Description
-
Uses of TestCase in com.chutneytesting.server.core.domain.execution
Fields in com.chutneytesting.server.core.domain.execution declared as TestCaseConstructors in com.chutneytesting.server.core.domain.execution with parameters of type TestCaseModifierConstructorDescriptionExecutionRequest(TestCase testCase, String environment, String userId) ExecutionRequest(TestCase testCase, String environment, String userId, DataSet dataset) ExecutionRequest(TestCase testCase, String environment, String userId, DataSet dataset, CampaignExecution campaignExecution) -
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 TestCaseMethods in com.chutneytesting.server.core.domain.execution.processor with type parameters of type TestCaseModifier and TypeMethodDescription<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 TestCaseModifier and TypeMethodDescriptionvoidChutneyMetrics.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 TestCaseMethods in com.chutneytesting.server.core.domain.scenario that return types with arguments of type TestCase -
Uses of TestCase in com.chutneytesting.server.core.domain.scenario.campaign
Methods in com.chutneytesting.server.core.domain.scenario.campaign with parameters of type TestCaseModifier and TypeMethodDescriptionvoidCampaignExecution.startScenarioExecution(TestCase testCase, String executionEnvironment, String userId) Method parameters in com.chutneytesting.server.core.domain.scenario.campaign with type arguments of type TestCaseModifier and TypeMethodDescriptionvoidCampaignExecution.initExecution(List<TestCase> testCases, String executionEnvironment, String userId)