Class TestWithQpid

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

public class TestWithQpid extends test.de.iip_ecosphere.platform.support.aas.TestWithPlugin
Adds QPID as plugin into the tests.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected 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
    Adds the Qpid plugin (if inheriting is not possible).
    static de.iip_ecosphere.platform.support.Server
    fromPlugin(de.iip_ecosphere.platform.support.ServerAddress broker)
    Creates a qpid instance via plugin.
    void
    Shuts down qpid.

    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
  • Field Details

    • qpid

      protected de.iip_ecosphere.platform.support.Server qpid
  • Constructor Details

    • TestWithQpid

      public TestWithQpid()
  • Method Details

    • addPlugin

      public static void addPlugin()
      Adds the Qpid plugin (if inheriting is not possible).
    • stopQpid

      public void stopQpid()
      Shuts down qpid.
    • fromPlugin

      public static de.iip_ecosphere.platform.support.Server fromPlugin(de.iip_ecosphere.platform.support.ServerAddress broker)
      Creates a qpid instance via plugin.
      Parameters:
      broker - the server address
      Returns:
      the instance