<configuration><verbose>false</verbose><properties><property><name>surefire.testng.verbose</name><value>0</value></property></properties></configuration>
@Overridepublic void onTestFailure(ITestResult tr) {Throwable th = tr.getThrowable();if (th != null && th instanceof AssertionError) {tr.setThrowable(null);}super.onTestFailure(tr);}
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/testng-users/CAPJK9%3DLLjNr7LXvj_zrU2wYKPo7GT1P4%2BKmSCdQ93NrnQhdfWg%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/testng-users/2D526684-0F9B-4F52-9599-A0C81BA0CE8B%40gmail.com.