java.lang.Object
test.de.iip_ecosphere.platform.support.TestWithPlugin
test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
test.de.iip_ecosphere.platform.transport.TestWithQpid
test.de.iip_ecosphere.platform.services.environment.AasTest

public class AasTest extends test.de.iip_ecosphere.platform.transport.TestWithQpid
Tests the test AAS pretending that there is an environment to test against. The AAS is used in AbstractEnvironmentTest to test the real environment implementations.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields inherited from class test.de.iip_ecosphere.platform.transport.TestWithQpid

    qpid

    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
    void
    Tests the AAS.

    Methods inherited from class test.de.iip_ecosphere.platform.transport.TestWithQpid

    addPlugin, fromPlugin, stopQpid

    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, addRunAfterLoading, clear, enableLocalPlugins, loadPlugins, setInstallDir

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AasTest

      public AasTest()
  • Method Details