clear method

void clear()

Clears all lines collected for the current test.

Implementation

void clear() => logs.clear();