Class AbstractTestServiceManager.ArtifactAsserter

  • Enclosing class:
    AbstractTestServiceManager

    protected class AbstractTestServiceManager.ArtifactAsserter
    extends java.lang.Object
    Artifact asserter interface.
    Author:
    Holger Eichelberger, SSE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ArtifactAsserter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanup​(de.iip_ecosphere.platform.services.ArtifactDescriptor desc)
      Called after service stop to clean up resources.
      void testDeployment​(de.iip_ecosphere.platform.services.ArtifactDescriptor desc)
      Specific tests for the given deployment, i.e., the running services.
      void testDescriptor​(de.iip_ecosphere.platform.services.ArtifactDescriptor desc)
      Performs specific tests for the given descriptor.
      • Methods inherited from class java.lang.Object

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

      • ArtifactAsserter

        protected ArtifactAsserter()
    • Method Detail

      • testDescriptor

        public void testDescriptor​(de.iip_ecosphere.platform.services.ArtifactDescriptor desc)
        Performs specific tests for the given descriptor.
        Parameters:
        desc - the descriptor
      • testDeployment

        public void testDeployment​(de.iip_ecosphere.platform.services.ArtifactDescriptor desc)
        Specific tests for the given deployment, i.e., the running services.
        Parameters:
        desc - the descriptor
      • cleanup

        public void cleanup​(de.iip_ecosphere.platform.services.ArtifactDescriptor desc)
        Called after service stop to clean up resources.
        Parameters:
        desc - the descriptor