| AnnotationListener |
|
| EnumValuesDataProvider |
TestNG DataProvider for passing all Enum values as parameters to a test method.
|
| FailFastNotifier |
Notifies TestNG core skipping remaining tests after first failure has appeared.
|
| FastThreadLocalCleanupListener |
Cleanup Thread Local state attach to Netty's FastThreadLocal.
|
| FastThreadLocalStateCleaner |
Cleanup Thread Local state attach to Netty's FastThreadLocal.
|
| MockitoCleanupListener |
Cleanup Mockito's Thread Local state that leaks memory
Mockito.reset method should be called at the end of a test in the same thread where the methods were
mocked/stubbed.
|
| MockitoThreadLocalStateCleaner |
Cleanup Mockito's Thread Local state.
|
| PulsarTestListener |
|
| RetryAnalyzer |
|
| TestRetrySupport |
Adds support for resetting the internal state of the test
by calling "cleanup" and "setup" methods before running a test method
after a previous test method has failed.
|
| ThreadDumpUtil |
Adapted from Hadoop TimedOutTestsListener
https://raw.githubusercontent.com/apache/hadoop/master/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/TimedOutTestsListener.java
|
| ThreadLeakDetectorListener |
Detects new threads that have been created during the test execution.
|
| ThreadLocalStateCleaner |
Cleans up thread local state for all threads for a given thread local instance.
|