String commentToken = matcher.group( 7 );
if ( commentToken != null )
{
String text = matcher.group ( 8 );
final Comment comment = new Comment( text );
testResult.setComment( comment );
}
this.testResults.add( testResult );
this.tapLines.add( testResult );