shouldEqualLine

version(Test_InfluxD)
@safe pure
void
shouldEqualLine
(
in string actual
,
in string expected
,
in string file = __FILE__
,
in size_t line = __LINE__
)

Examples

The two lines must be equivalent under InfluxDB's line protocol Since the tags and fields aren't ordered, a straight comparison might yield false errors. The timestamp is also taken care of by comparing it to the current timestamp and making sure not too much time has passed since then

Meta