Class RuntimeSetupTest
java.lang.Object
test.de.iip_ecosphere.platform.support.TestWithPlugin
test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
test.de.iip_ecosphere.platform.support.iip_aas.RuntimeSetupTest
public class RuntimeSetupTest
extends test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
Tests
RuntimeSetup.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from class test.de.iip_ecosphere.platform.support.TestWithPlugin
PROP_AAS_PLUGIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests the runtime setup reading/writing.private voidtestRuntimeSetup(de.iip_ecosphere.platform.support.iip_aas.config.RuntimeSetup expected) Tests the runtime setup with theexpecteddata.Methods inherited from class test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
setAasPluginId, setup, setupAASPluginsMethods inherited from class test.de.iip_ecosphere.platform.support.TestWithPlugin
addPluginLocation, addPluginLocation, addPluginLocation, addRunAfterLoading, clear, enableLocalPlugins, loadPlugins, loadPlugins, setInstallDir
-
Constructor Details
-
RuntimeSetupTest
public RuntimeSetupTest()
-
-
Method Details
-
testRuntimeSetup
public void testRuntimeSetup()Tests the runtime setup reading/writing. -
testRuntimeSetup
private void testRuntimeSetup(de.iip_ecosphere.platform.support.iip_aas.config.RuntimeSetup expected) Tests the runtime setup with theexpecteddata.- Parameters:
expected- the expected data
-