Class SystemMetricsTest


  • public class SystemMetricsTest
    extends java.lang.Object
    Tests SystemMetricsFactory.
    Author:
    Holger Eichelberger, SSE
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void testImplemented​(de.iip_ecosphere.platform.support.metrics.SystemMetrics metrics)
      Tests the metrics implemented in this component.
      void testInvalid()
      Tests invalid values.
      void testSystemMetrics()
      Tests the access to and response of SystemMetricsFactory.getSystemMetrics().
      • Methods inherited from class java.lang.Object

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

      • SystemMetricsTest

        public SystemMetricsTest()
    • Method Detail

      • testSystemMetrics

        public void testSystemMetrics()
        Tests the access to and response of SystemMetricsFactory.getSystemMetrics().
      • testImplemented

        public static void testImplemented​(de.iip_ecosphere.platform.support.metrics.SystemMetrics metrics)
        Tests the metrics implemented in this component.
        Parameters:
        metrics - the system metrics
      • testInvalid

        public void testInvalid()
        Tests invalid values.