{
TestResult tapTestResult = JUnitTAPUtils.generateTAPTestResult(testMethod, 1);
TestSet testSet = new TestSet();
testSet.setPlan( new Plan( 1 ) );
testSet.addTestResult( tapTestResult );
String className = JUnitYAMLishUtils.extractClassName( testMethod.getDescription() );
String methodName = JUnitYAMLishUtils.extractMethodName( testMethod.getDescription() );
File output = new File( "./", className+"#"+methodName+".tap" );