Skip navigation links
A B C F G I R S T V 

A

afterAll(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
afterEach(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
afterTestExecution(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 

B

beforeAll(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
beforeEach(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
buildFinishTestItemRq(ExtensionContext, ItemStatus) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize a test item result on it's finish
buildStartConfigurationRq(Method, ExtensionContext, ExtensionContext, ItemType) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize beforeXXX creation event/request
buildStartLaunchRq(ListenerParameters) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize launch creation event/request
buildStartStepRq(ExtensionContext, List<Object>, ItemType, String, Date) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize test step creation event/request

C

com.epam.reportportal.junit5 - package com.epam.reportportal.junit5
 
com.epam.reportportal.junit5.utils - package com.epam.reportportal.junit5.utils
 
createConfigurationDescription(Class<?>, Method) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize beforeXXX step description
createConfigurationName(Class<?>, Method) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize beforeXXX step name
createItemTreeKey(String) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
createItemTreeKey(String, int) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
createItemTreeKey(TestInfo) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
createItemTreeKey(TestInfo, int) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
createItemTreeKey(ExtensionContext) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
createItemTreeKey(ExtensionContext, int) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
createSkippedSteps(ExtensionContext, Throwable) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize skipped test insides
createStepDescription(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize test step description
createStepName(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize test step name

F

finish() - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Finishes all launches for the JVM
finishBeforeAll(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext, Maybe<String>) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
finishBeforeEach(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext, Maybe<String>) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
finishTemplate(ExtensionContext, ItemStatus) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Finish a test template execution (basically a test class) with a specific status, builds a finish request based on the status
finishTemplates(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Finish all test templates execution (basically a test class) within a specific context
finishTestItem(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Finishes a test item in RP, calculates the item status and builds a finish request based on the status
finishTestItem(ExtensionContext, ItemStatus) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Finishes a test item in RP with a specific status, builds a finish request based on the status
finishTestItem(ExtensionContext, FinishTestItemRQ) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Finishes a test item in RP with a custom request

G

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

I

interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptDynamicTest(InvocationInterceptor.Invocation<Void>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
ItemTreeUtils - Class in com.epam.reportportal.junit5.utils
Util class for creating TestItemTree.ItemTreeKey objects from JUnit5 test-related entities.
ItemType - Enum in com.epam.reportportal.junit5
JUnit 5's item types set

R

REPORT_PORTAL - Static variable in class com.epam.reportportal.junit5.ReportPortalExtension
 
ReportPortalExtension - Class in com.epam.reportportal.junit5
 
ReportPortalExtension() - Constructor for class com.epam.reportportal.junit5.ReportPortalExtension
 
reportSkippedClassTests(ReflectiveInvocationContext<Method>, ExtensionContext, Date) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize test steps skipped in case of a @BeforeAll method failed.
reportSkippedStep(ReflectiveInvocationContext<Method>, ExtensionContext, Throwable, Date) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Extension point to customize test steps skipped in case of a @BeforeEach method failed.
retrieveLeaf(String, TestItemTree) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 
retrieveLeaf(TestInfo, TestItemTree) - Static method in class com.epam.reportportal.junit5.utils.ItemTreeUtils
 

S

sendStackTraceToRP(Throwable) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Formats and reports a Throwable to Report Portal
startBeforeAfter(Method, ExtensionContext, ExtensionContext, ItemType) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Starts the following methods: @BeforeEach, @AfterEach, @BeforeAll or @AfterAll
startTemplate(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Starts a test template (basically a test class)
startTestItem(ExtensionContext, ItemType) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Starts a test item of arbitrary type
startTestItem(ExtensionContext, List<Object>, ItemType) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Starts a test item of arbitrary type
startTestItem(ExtensionContext, List<Object>, ItemType, String, Date) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
Starts a test item of arbitrary type
SystemAttributesFetcher - Class in com.epam.reportportal.junit5
Util class that retrieves useful info about agent environment and composes it in Report Portal system attributes
SystemAttributesFetcher() - Constructor for class com.epam.reportportal.junit5.SystemAttributesFetcher
 

T

TEST_ITEM_TREE - Static variable in class com.epam.reportportal.junit5.ReportPortalExtension
 
testAborted(ExtensionContext, Throwable) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
testDisabled(ExtensionContext, Optional<String>) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
testFailed(ExtensionContext, Throwable) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 
testSuccessful(ExtensionContext) - Method in class com.epam.reportportal.junit5.ReportPortalExtension
 

V

valueOf(String) - Static method in enum com.epam.reportportal.junit5.ItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.epam.reportportal.junit5.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F G I R S T V 
Skip navigation links