} else
{
directiveValue = DirectiveValues.SKIP;
}
String reason = matcher.group( 6 );
Directive directive = new Directive( directiveValue, reason );
testResult.setDirective( directive );
}
String commentToken = matcher.group( 7 );
if ( commentToken != null )