Class CollectorTest
java.lang.Object
test.de.iip_ecosphere.platform.support.CollectorTest
Tests
Collector.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertHeader(String text, de.iip_ecosphere.platform.support.collector.Collector.Field[] fields) Asserts a file header.voidTests the collector.
-
Constructor Details
-
CollectorTest
public CollectorTest()
-
-
Method Details
-
testCollector
Tests the collector.- Throws:
IOException- shall not occur
-
assertHeader
private void assertHeader(String text, de.iip_ecosphere.platform.support.collector.Collector.Field[] fields) Asserts a file header.- Parameters:
text- the text from the filefields- the expected fields
-