<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="5" skipfailedinvocationCounts="false" verbose="0" name="Command line suite" junit="false" annotations="JDK" data-provider-thread-count="10">
<test name="Command line test" junit="false">
<classes>
<class name="org.springframework.test.context.testng.FailingBeforeAndAfterMethodsTests$FailingAfterTransactionTestCase"/>
</classes>
</test>
</suite>