Class AlertTest
java.lang.Object
test.de.iip_ecosphere.platform.transport.AlertTest
Tests
Alert and AlertSerializer.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertAlert(de.iip_ecosphere.platform.transport.status.Alert expected, de.iip_ecosphere.platform.transport.status.Alert actual) Asserts thatexpectedis the same asactual.voidBasic tests forAlertandAlertSerializer.
-
Constructor Details
-
AlertTest
public AlertTest()
-
-
Method Details
-
testAlerts
Basic tests forAlertandAlertSerializer.- Throws:
IOException- shall not occur
-
assertAlert
private void assertAlert(de.iip_ecosphere.platform.transport.status.Alert expected, de.iip_ecosphere.platform.transport.status.Alert actual) Asserts thatexpectedis the same asactual.- Parameters:
expected- the expected alertactual- the actual alert
-