Class SystemMetricsTest
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.SystemMetricsTest
-
public class SystemMetricsTest extends java.lang.ObjectTestsSystemMetricsFactory.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description SystemMetricsTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidtestImplemented(de.iip_ecosphere.platform.support.metrics.SystemMetrics metrics)Tests the metrics implemented in this component.voidtestInvalid()Tests invalid values.voidtestSystemMetrics()Tests the access to and response ofSystemMetricsFactory.getSystemMetrics().
-
-
-
Method Detail
-
testSystemMetrics
public void testSystemMetrics()
Tests the access to and response ofSystemMetricsFactory.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.
-
-