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 TypeMethodDescriptionvoid
void
addFailedTest
(ITestNGMethod tm, ITestResult tr) default void
Deprecated.- Deprecated as of 7.4.0void
addPassedTest
(ITestNGMethod tm, ITestResult tr) void
addSkippedTest
(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()
-