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.TestTagJUnitReportReporter. createIgnoredTestTagFor(ITestNGMethod method)private JUnitReportReporter.TestTagJUnitReportReporter. 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 voidJUnitReportReporter. handleFailure(JUnitReportReporter.TestTag testTag, java.lang.Throwable t)
-