Uses of Enum Class
net.ssehub.easy.producer.scenario_tests.AbstractScenarioTest.Mode
Packages that use AbstractScenarioTest.Mode
Package
Description
* All tests-supporting classes for the VIL build language.
-
Uses of AbstractScenarioTest.Mode in net.ssehub.easy.producer.scenario_tests
Methods in net.ssehub.easy.producer.scenario_tests that return AbstractScenarioTest.ModeModifier and TypeMethodDescriptionstatic AbstractScenarioTest.ModeReturns the enum constant of this class with the specified name.static AbstractScenarioTest.Mode[]AbstractScenarioTest.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.producer.scenario_tests with parameters of type AbstractScenarioTest.ModeModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.vilTypes.configuration.ConfigurationAbstractRealTests.assertConfiguration(net.ssehub.easy.varModel.model.Project prj, AbstractScenarioTest.Mode mode) protected net.ssehub.easy.instantiation.core.model.vilTypes.configuration.ConfigurationAbstractScenarioTest.assertConfiguration(net.ssehub.easy.varModel.model.Project prj, AbstractScenarioTest.Mode mode) Creates and asserts a VIL configuration and checks the reasoning/propagation result for no conflicts.protected FileAbstractScenarioTest.executeCase(String[] names, String[] versions, String caseFolder, String sourceProjectName, AbstractScenarioTest.Mode mode) Executes a "real-world" case.protected FileAbstractScenarioTest.executeCase(String[] names, String[] versions, String caseFolder, String sourceProjectName, AbstractScenarioTest.Mode mode, AbstractScenarioTest.ITestModifier modifier) Executes a "real-world" case.protected FileAbstractScenarioTest.executeCase(String projectName, String[] versions, String caseFolder, String sourceProjectName, AbstractScenarioTest.Mode mode) Executes a "real-world" case.protected FileAbstractScenarioTest.executeCase(String projectName, String[] versions, String caseFolder, String sourceProjectName, AbstractScenarioTest.Mode mode, AbstractScenarioTest.ITestModifier modifier) Executes a "real-world" case.protected voidRealTests.testQualiMasterFeb17Impl(AbstractScenarioTest.Mode mode) Tests the QualiMaster model / derivation (February 2017, without rt-VIL).protected voidRealTests.testQualiMasterSep17Impl(AbstractScenarioTest.Mode mode) Tests the QualiMaster model / derivation (February 2017, experimentally modified, without rt-VIL).