All Classes and Interfaces
Class
Description
Policy is purging appenders that were not in use specified time, or sooner if there are too many active appenders
Use with
@ClassRule to initialize a resource in a non-static method
and release it after all the methods in the class.Use with
@Rule to release resources after a method
or with @ClassRule to release them after all the methods in the class.CompressedFile Appender.
Manages actual File I/O for the CompressedFileAppender.
Verifies that the tests are being run with a JVM version which matches the supplied regex
Runnable that can throw any exception.
Utility methods for testing expected exceptions.
JUnit category for Java11 tests
Logs JUnit test progress.
Use this runner to add the listener to your test
Operating system family.
A JUnit XML report generator for Polarion based on the JUnitXMLReporter
A JUnit XML report generator for Polarion based on the JUnitXMLReporter
JUnit category for profiling tests.
Use as a
@Rule or @ClassRule to skip all methods in a class on some OSes.Allows to skip a test on certain Operation Systems.
JUnit category for smoke tests.
JUnit category for stress tests.
A Log4J Appender which stores logs in a StringBuilder
A documentation annotation for notating what JIRA issue is being tested.
TestNG hook to interrupt tests that take too long (usually because of a deadlock).
This test checks for thread leaks.
Logs TestNG test progress.
Keeps track of resources created by tests and cleans them up at the end of the test.
TestNG listener to call
TestResourceTracker.testStarted(String) and
TestResourceTracker.testFinished(String).Helper class for test listeners.
Check for leaked threads in the test suite.
Log4j
Filter that only allow events from threads matching a regular expression.Supplier that can throw any exception.
JUnit category for unstable tests.