}
public void onTestFailedButWithinSuccessPercentage( ITestResult result )
{
ReportEntry report = SimpleReportEntry.withException( getSource( result ), getUserFriendlyTestName( result ),
new PojoStackTraceWriter(
result.getTestClass().getRealClass().getName(),
result.getMethod().getMethodName(),
result.getThrowable() ) );
reporter.testSucceeded( report );