Class LocalRealTests
java.lang.Object
net.ssehub.easy.dslCore.test.AbstractTest<net.ssehub.easy.instantiation.core.model.buildlangModel.Script>
test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest<net.ssehub.easy.instantiation.core.model.buildlangModel.Script>
net.ssehub.easy.producer.scenario_tests.AbstractScenarioTest
net.ssehub.easy.producer.scenario_tests.AbstractEasyScenarioTest
net.ssehub.easy.producer.scenario_tests.AbstractRealTests
net.ssehub.easy.producer.scenario_tests.RealTests
net.ssehub.easy.producer.scenario_tests.LocalRealTests
Contains those tests not running on Jenkins (whyever). It's fine if there are no tests
in this class :)
- Author:
- Holger Eichelberger
-
Nested Class Summary
Nested classes/interfaces inherited from class net.ssehub.easy.producer.scenario_tests.AbstractScenarioTest
AbstractScenarioTest.ITestModifier, AbstractScenarioTest.MakeExecutableTestModifier, AbstractScenarioTest.ModeNested classes/interfaces inherited from class test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest
test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest.CleanerNested classes/interfaces inherited from class net.ssehub.easy.dslCore.test.AbstractTest
net.ssehub.easy.dslCore.test.AbstractTest.EqualitySetup<R extends net.ssehub.easy.basics.modelManagement.IModel> -
Field Summary
Fields inherited from class net.ssehub.easy.producer.scenario_tests.RealTests
RELATIVE_CURL_EXECUTABLESFields inherited from class net.ssehub.easy.producer.scenario_tests.AbstractRealTests
enableRealTimeAssertsFields inherited from class net.ssehub.easy.producer.scenario_tests.AbstractScenarioTest
debug, DEFAULT_MODEL_PATHS, instantiate, MEASUREMENTS, modelPathsFields inherited from class net.ssehub.easy.dslCore.test.AbstractTest
OBSERVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.execution.TracerFactoryCreates the tracer factory.voidTests the initial INDENICA WMS build (contributed by Christian).voidTests the oktoflow model / instantiation (updated recent model).voidTests the oktoflow model / instantiation (from Oct 22, 2024).voidTests the very initial QualiMaster test case.voidTests the QualiMaster model / derivation (February 2017, without rt-VIL).voidTests the QualiMaster model / derivation (February 2017, experimentally modified, without rt-VIL).Methods inherited from class net.ssehub.easy.producer.scenario_tests.RealTests
addTestDataLocations, assertCurlOut, assertEqual, assertEqual, assertEqual, assertExists, assertExists, cleanTempFolder, enumerateJavaFiles, executeIipCase, executeIndenicaCase, getTestFolder, shutDown, startUp, testElevator, testEP1, testIipEcosphereNov21, testIipEcosphereOct21, testIipEcosphereSep22, testIipEcosphereTest, testIndenicaPlRmsPlatform2, testIndenicaPlYmsPlatform, testInstantiateNumericCSVInstantiation, testOktoflowJun24, testQualiMasterFeb15, testQualiMasterFeb16, testQualiMasterFeb17Impl, testQualiMasterJun15, testQualiMasterMar15, testQualiMasterMay14, testQualiMasterMay21, testQualiMasterSep17Impl, testSvncontrol, testYMS1Methods inherited from class net.ssehub.easy.producer.scenario_tests.AbstractRealTests
assertConfigurationMethods inherited from class net.ssehub.easy.producer.scenario_tests.AbstractEasyScenarioTest
getMeasurementFileNameMethods inherited from class net.ssehub.easy.producer.scenario_tests.AbstractScenarioTest
configureExecution, createReasoner, createTestConfigurer, executeCase, executeCase, executeCase, executeCase, furtherInitialization, getIvmlFolderIn, getMeasurements, getVilFolderIn, getVtlFolderIn, initializeReasoner, obtainIvmlModelMethods inherited from class test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest
assertEqual, assertEqual, assertExecutor, assertFailure, assertFailure, assertOutdated, cleanTemp, copyFile, createFile, createTempDir, deleteQuietly, getSystemPropertyName, getTempDir, getTestConfigurer, getTestDataDir, registerTypeAnyway, testExecutorMethods inherited from class net.ssehub.easy.dslCore.test.AbstractTest
assertNamingAndVersion, checkEqualsAndPrepareMessage, checkEqualsAndPrepareMessage, checkEqualsAndPrint, checkEqualsAndPrint, checkErrorCodes, checkErrorCodes, checkWarnings, determineTestDataDir, file2String, isEqual, resourceInitialization, toString
-
Constructor Details
-
LocalRealTests
public LocalRealTests()
-
-
Method Details
-
testIndenicaPlWmsPlatform
Tests the initial INDENICA WMS build (contributed by Christian).- Throws:
IOException- should not occur
-
testQualiMasterApril14
Tests the very initial QualiMaster test case.- Overrides:
testQualiMasterApril14in classRealTests- Throws:
IOException- shall not occur
-
testQualiMasterFeb17
Tests the QualiMaster model / derivation (February 2017, without rt-VIL). Seems to fail on Jenkins. This is a slightly modified version to ensure creation of artifacts in repeatable sequence.- Overrides:
testQualiMasterFeb17in classRealTests- Throws:
IOException- shall not occur
-
testQualiMasterSep17
Tests the QualiMaster model / derivation (February 2017, experimentally modified, without rt-VIL). Seems to fail on Jenkins. This is a modified version for evaluating VIL/VTL.- Overrides:
testQualiMasterSep17in classRealTests- Throws:
IOException- shall not occur
-
testOktoflowOct24
Tests the oktoflow model / instantiation (from Oct 22, 2024).- Throws:
IOException- shall not occur
-
testOktoflowExperiment
Tests the oktoflow model / instantiation (updated recent model).- Throws:
IOException- shall not occur
-
getTracerFactory
protected net.ssehub.easy.instantiation.core.model.execution.TracerFactory getTracerFactory()Description copied from class:AbstractScenarioTestCreates the tracer factory.- Overrides:
getTracerFactoryin classRealTests- Returns:
- the tracer factory
-