Class AbstractDeviceProviderTest
java.lang.Object
test.de.iip_ecosphere.platform.support.TestWithPlugin
test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
test.de.iip_ecosphere.platform.ecsRuntime.deviceAas.AbstractDeviceProviderTest
- Direct Known Subclasses:
AasxDeviceAasProviderTest,FirstMatchingDeviceAasProviderTest,YamlDeviceAasProviderTest
public abstract class AbstractDeviceProviderTest
extends test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
Abstract test for device providers.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static de.iip_ecosphere.platform.support.Serverprivate static de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetupprivate static de.iip_ecosphere.platform.support.ServerFields inherited from class test.de.iip_ecosphere.platform.support.TestWithPlugin
PROP_AAS_PLUGIN -
Constructor Summary
Constructors -
Method Summary
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, setInstallDir
-
Field Details
-
registryServer
private static de.iip_ecosphere.platform.support.Server registryServer -
aasServer
private static de.iip_ecosphere.platform.support.Server aasServer -
orig
private static de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup orig
-
-
Constructor Details
-
AbstractDeviceProviderTest
public AbstractDeviceProviderTest()
-
-
Method Details
-
startup
public static void startup()Initializes the test. -
shutdown
public static void shutdown()Shuts down the test.
-