Uses of Interface
fr.enedis.chutney.server.core.domain.scenario.TestCase
Packages that use TestCase
Package
Description
-
Uses of TestCase in fr.enedis.chutney.server.core.domain.execution
Fields in fr.enedis.chutney.server.core.domain.execution declared as TestCaseConstructors in fr.enedis.chutney.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) ExecutionRequest(TestCase testCase, String environment, String userId, DataSet dataset, CampaignExecution campaignExecution, List<String> extraTags) -
Uses of TestCase in fr.enedis.chutney.server.core.domain.instrument
Methods in fr.enedis.chutney.server.core.domain.instrument with parameters of type TestCaseModifier and TypeMethodDescriptionvoidChutneyMetrics.onScenarioExecutionEnded(TestCase testCase, ExecutionHistory.Execution execution) -
Uses of TestCase in fr.enedis.chutney.server.core.domain.scenario
Classes in fr.enedis.chutney.server.core.domain.scenario with type parameters of type TestCaseMethods in fr.enedis.chutney.server.core.domain.scenario that return types with arguments of type TestCase -
Uses of TestCase in fr.enedis.chutney.server.core.domain.scenario.campaign
Methods in fr.enedis.chutney.server.core.domain.scenario.campaign that return TestCaseModifier and TypeMethodDescriptionTestCaseDataset.testcase()Returns the value of thetestcaserecord component.Constructors in fr.enedis.chutney.server.core.domain.scenario.campaign with parameters of type TestCaseModifierConstructorDescriptionTestCaseDataset(TestCase testcase, DataSet dataset) Creates an instance of aTestCaseDatasetrecord class.