Skip navigation links
B C F G I L N O P R S T V 

B

BaseTestNGListener - Class in com.epam.reportportal.testng
Report portal custom event listener.
BaseTestNGListener(ITestNGService) - Constructor for class com.epam.reportportal.testng.BaseTestNGListener
 
beforeConfiguration(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
buildFinishTestMethodRq(ItemStatus, ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test method on it's finish
buildFinishTestMethodRq(String, ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
buildFinishTestRq(ITestContext) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test on it's finish
buildFinishTestSuiteRq(ISuite) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test suite on it's finish
buildStartConfigurationRq(ITestResult, TestMethodType) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize beforeXXX creation event/request
buildStartLaunchRq(ListenerParameters) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize launch creation event/request
buildStartStepRq(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test step creation event/request
buildStartStepRq(ITestResult, TestMethodType) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test step creation event/request
buildStartSuiteRq(ISuite) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize suite creation event/request
buildStartTestItemRq(ITestContext) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test creation event/request

C

com.epam.reportportal.testng - package com.epam.reportportal.testng
 
com.epam.reportportal.testng.util - package com.epam.reportportal.testng.util
 
com.epam.reportportal.testng.util.internal - package com.epam.reportportal.testng.util.internal
 
createConfigurationDescription(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize beforeXXX step description
createConfigurationName(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize beforeXXX step name
createKey(ISuite) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
createKey(ITestContext) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
createKey(XmlClass) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
createKey(IClass) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
createKey(ITestResult) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
createSkippedSteps(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize skipped test insides
createStepAttributes(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
 
createStepDescription(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test step description
createStepName(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test step name
createStepParameters(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize Report Portal test parameters

F

finishLaunch() - Method in interface com.epam.reportportal.testng.ITestNGService
Finish current launch
finishLaunch() - Method in class com.epam.reportportal.testng.TestNGService
 
finishTest(ITestContext) - Method in interface com.epam.reportportal.testng.ITestNGService
Finish test event handler
finishTest(ITestContext) - Method in class com.epam.reportportal.testng.TestNGService
 
finishTestMethod(String, ITestResult) - Method in interface com.epam.reportportal.testng.ITestNGService
Deprecated. 
finishTestMethod(ItemStatus, ITestResult) - Method in interface com.epam.reportportal.testng.ITestNGService
Finish test method event handler
finishTestMethod(ItemStatus, ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
 
finishTestMethod(String, ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
Deprecated.
finishTestSuite(ISuite) - Method in interface com.epam.reportportal.testng.ITestNGService
Finish test suite event handler
finishTestSuite(ISuite) - Method in class com.epam.reportportal.testng.TestNGService
 

G

getAttribute(IAttributes, String) - Method in class com.epam.reportportal.testng.TestNGService
 
getReportPortal() - Static method in class com.epam.reportportal.testng.TestNGService
 
getStepType(ITestNGMethod) - Static method in enum com.epam.reportportal.testng.TestMethodType
Return method type basing on ITestNGMethod object
getSuiteStatus(ISuite) - Method in class com.epam.reportportal.testng.TestNGService
Extension point to customize test suite status being sent to ReportPortal

I

isTestPassed(ITestContext) - Method in class com.epam.reportportal.testng.TestNGService
Check is current method passed according the number of failed tests and configurations
ITEM_TREE - Static variable in class com.epam.reportportal.testng.TestNGService
 
ItemTreeUtils - Class in com.epam.reportportal.testng.util
 
ITestNGService - Interface in com.epam.reportportal.testng
Describes all operations for com.epam.reportportal.testng RP listener handler

L

LimitedSizeConcurrentHashMap<K,V> - Class in com.epam.reportportal.testng.util.internal
A ConcurrentHashMap with limited size, to act like thread-safe cache.
LimitedSizeConcurrentHashMap(int) - Constructor for class com.epam.reportportal.testng.util.internal.LimitedSizeConcurrentHashMap
 

N

NOT_ISSUE - Static variable in class com.epam.reportportal.testng.TestNGService
 
NULL_VALUE - Static variable in class com.epam.reportportal.testng.TestNGService
 

O

onConfigurationFailure(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onConfigurationSkip(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onConfigurationSuccess(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onExecutionFinish() - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onExecutionStart() - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onFinish(ISuite) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onFinish(ITestContext) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onStart(ISuite) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onStart(ITestContext) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onTestFailure(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onTestSkipped(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onTestStart(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 
onTestSuccess(ITestResult) - Method in class com.epam.reportportal.testng.BaseTestNGListener
 

P

put(K, V) - Method in class com.epam.reportportal.testng.util.internal.LimitedSizeConcurrentHashMap

R

ReportPortalTestNGListener - Class in com.epam.reportportal.testng
Backward-compatible version of Listeners with version prior to 3.0.0 Allows to have as many listener instances as needed.
ReportPortalTestNGListener() - Constructor for class com.epam.reportportal.testng.ReportPortalTestNGListener
 
retrieveLeaf(ISuite, TestItemTree) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
retrieveLeaf(ITestContext, TestItemTree) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
retrieveLeaf(ITestResult, TestItemTree) - Static method in class com.epam.reportportal.testng.util.ItemTreeUtils
 
RP_ID - Static variable in class com.epam.reportportal.testng.TestNGService
 
RP_METHOD_TYPE - Static variable in class com.epam.reportportal.testng.TestNGService
 
RP_RETRY - Static variable in class com.epam.reportportal.testng.TestNGService
 

S

sendReportPortalMsg(ITestResult) - Method in interface com.epam.reportportal.testng.ITestNGService
 
sendReportPortalMsg(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
 
SERVICE - Static variable in class com.epam.reportportal.testng.ReportPortalTestNGListener
 
setReportPortal(ReportPortal) - Static method in class com.epam.reportportal.testng.TestNGService
 
SKIPPED_ISSUE_KEY - Static variable in class com.epam.reportportal.testng.TestNGService
 
startConfiguration(ITestResult) - Method in interface com.epam.reportportal.testng.ITestNGService
Start configuration method(any before of after method)
startConfiguration(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
 
startLaunch() - Method in interface com.epam.reportportal.testng.ITestNGService
Start current launch
startLaunch() - Method in class com.epam.reportportal.testng.TestNGService
 
startTest(ITestContext) - Method in interface com.epam.reportportal.testng.ITestNGService
Start test event handler
startTest(ITestContext) - Method in class com.epam.reportportal.testng.TestNGService
 
startTestMethod(ITestResult) - Method in interface com.epam.reportportal.testng.ITestNGService
Start test method event handler
startTestMethod(ITestResult) - Method in class com.epam.reportportal.testng.TestNGService
 
startTestSuite(ISuite) - Method in interface com.epam.reportportal.testng.ITestNGService
Start test suite event handler
startTestSuite(ISuite) - Method in class com.epam.reportportal.testng.TestNGService
 

T

TestMethodType - Enum in com.epam.reportportal.testng
Possible types of Test method
TestNGService - Class in com.epam.reportportal.testng
TestNG service implements operations for interaction report portal
TestNGService() - Constructor for class com.epam.reportportal.testng.TestNGService
 
TestNGService(Supplier<Launch>) - Constructor for class com.epam.reportportal.testng.TestNGService
 

V

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