Uses of Class
org.testng.reporters.JUnitReportReporter.TestTag
-
Packages that use JUnitReportReporter.TestTag Package Description org.testng.reporters -
-
Uses of JUnitReportReporter.TestTag in org.testng.reporters
Methods in org.testng.reporters that return JUnitReportReporter.TestTag Modifier and Type Method Description private JUnitReportReporter.TestTag
JUnitReportReporter. createIgnoredTestTagFor(ITestNGMethod method)
private JUnitReportReporter.TestTag
JUnitReportReporter. createTestTagFor(ITestResult tr, java.lang.Class<?> cls)
Methods in org.testng.reporters with parameters of type JUnitReportReporter.TestTag Modifier and Type Method Description private static void
JUnitReportReporter. handleFailure(JUnitReportReporter.TestTag testTag, java.lang.Throwable t)
-