All Classes and Interfaces
Class
Description
Annotation used to specify methods that should be executed after all test methods in a test class.
An interface that represents a callback method to be executed after all tests have run.
Represents an annotation used to annotate methods that should be executed after each test method in a test class.
Represents a callback function to be executed after each test.
The
BeforeAll annotation is used to mark a method that will be executed once before all test methods in a test class.A functional interface that represents a callback to be executed before all test cases in a test suite.
An annotation used to mark methods that should be executed before each test case in a testing framework.
This functional interface represents a callback that is executed before each test method
Annotation that specifies the test configuration class for a particular class.
Annotation that specifies the extensions classes for a particular class.
Annotation to indicate that a proxy test class should be generated for this class.
A custom annotation used to mark a test method as a parameterized test.
Used to specify the name of a record generated for a method .
Represents an annotation for specifying the name of a parameter source.
This class is responsible for processing the report template and generating the report.
This annotation is used to mark a test class or method as skipped.
The
Test annotation is used to mark a method as a test case.Test case representation
Test case result that can be either success or failure
This class is responsible for generating the report.
Test case representation