120121122123124125126127128129130
try { Class clazz = Class.forName( className ); testXmlRingingListener.startFile( clazz ); jUnitCore.run( clazz ); testXmlRingingListener.closeFile(); } catch ( ClassNotFoundException e ) { throw new ServletException( e ); } //Setting the response