Package org.testng.internal
Interface ITestResultNotifier
- All Known Implementing Classes:
TestRunner
public interface ITestResultNotifier
An interface defining the notification for @Test results and also \@Configuration results.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddFailedTest(ITestNGMethod tm, ITestResult tr) default voidDeprecated.- Deprecated as of 7.4.0voidaddPassedTest(ITestNGMethod tm, ITestResult tr) voidaddSkippedTest(ITestNGMethod tm, ITestResult tr) getTest()
-
Method Details
-
getPassedTests
-
getFailedTests
-
getSkippedTests
-
addPassedTest
-
addSkippedTest
-
addFailedTest
-
addFailedButWithinSuccessPercentageTest
-
addInvokedMethod
Deprecated.- Deprecated as of 7.4.0 -
getTest
XmlTest getTest() -
getTestListeners
List<ITestListener> getTestListeners() -
getConfigurationListeners
List<IConfigurationListener> getConfigurationListeners()
-