Class RuntimeSetupTest
java.lang.Object
test.de.iip_ecosphere.platform.support.iip_aas.RuntimeSetupTest
Tests
RuntimeSetup.- Author:
- Holger Eichelberger, SSE
-
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.
-
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
-