- getAttributes(AnnotatedElement) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Extract and returns static attributes of a test method or class (set with Attributes annotation)
- getCodeRef(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Returns a code reference of a test (static or dynamic).
- getExecutionStatus(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Returns a status of a test based on whether or not it contains an execution exception
- getItemId(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
- getLaunch(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Returns a current launch instance, starts new if no such instance
- getLaunchId(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Returns a current launch unique ID
- getParameters(Method, List<Object>) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Extracts and returns a test parameters, respects ParameterKey annotation
- getReporter() - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
- getTestCaseId(Method, String, List<Object>) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Calculates a test case ID based on code reference and parameters
- getTestCaseId(Method, String, List<Object>, Object) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Calculates a test case ID based on code reference and parameters
- getTestMethod(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
-
Recursively returns the first real test method found in test hierarchy