DataLogUtils_Test
class DataLogUtils_Test : public CPPUNIT_NS::TestFixture
Functions
| Name | Description |
|---|---|
| testValidIndexLines | Tests valid data logger index lines. |
| testInvalidIndexLines | Tests invalids data logger index lines - some with errors in the first three fields and some with error on further fields (in the tail portion). |
Function Details
testInvalidIndexLines
void testInvalidIndexLines()
Tests invalids data logger index lines - some with errors in the first three fields and some with error on further fields (in the tail portion). Detailed description of the tail can be found at karabo::util::DataLogUtils::DATALOG_INDEX_TAIL_REGEX.
testValidIndexLines
void testValidIndexLines()
Tests valid data logger index lines. For a detailed description of the index line format see the declaration of karabo::util::DataLogUtils::DATALOG_INDEX_LINE_REGEX.