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

    Fields
    Modifier and Type
    Field
    Description
    private static de.iip_ecosphere.platform.support.Server
     
    private static de.iip_ecosphere.platform.support.iip_aas.AasPartRegistry.AasSetup
     
    private static de.iip_ecosphere.platform.support.Server
     

    Fields inherited from class test.de.iip_ecosphere.platform.support.TestWithPlugin

    PROP_AAS_PLUGIN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Shuts down the test.
    static void
    Initializes the test.

    Methods inherited from class test.de.iip_ecosphere.platform.support.aas.TestWithPlugin

    setAasPluginId, setup, setupAASPlugins

    Methods inherited from class test.de.iip_ecosphere.platform.support.TestWithPlugin

    addPluginLocation, addPluginLocation, addPluginLocation, addRunAfterLoading, clear, enableLocalPlugins, loadPlugins, setInstallDir

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.