Uses of Interface
org.testng.IResultMap
-
Packages that use IResultMap Package Description org.testng org.testng.internal org.testng.reporters -
-
Uses of IResultMap in org.testng
Fields in org.testng declared as IResultMap Modifier and Type Field Description private IResultMap
TestRunner. m_configsToBeInvoked
private IResultMap
TestRunner. m_failedButWithinSuccessPercentageTests
private IResultMap
TestRunner. m_failedConfigurations
private IResultMap
TestRunner. m_failedTests
private IResultMap
TestRunner. m_passedConfigurations
private IResultMap
TestRunner. m_passedTests
private IResultMap
TestRunner. m_skippedConfigurations
private IResultMap
TestRunner. m_skippedTests
Methods in org.testng that return IResultMap Modifier and Type Method Description IResultMap
TestRunner. getConfigurationsScheduledForInvocation()
IResultMap
ITestContext. getFailedButWithinSuccessPercentageTests()
IResultMap
TestRunner. getFailedButWithinSuccessPercentageTests()
IResultMap
ITestContext. getFailedConfigurations()
IResultMap
TestRunner. getFailedConfigurations()
IResultMap
ITestContext. getFailedTests()
IResultMap
TestRunner. getFailedTests()
IResultMap
ITestContext. getPassedConfigurations()
IResultMap
TestRunner. getPassedConfigurations()
IResultMap
ITestContext. getPassedTests()
IResultMap
TestRunner. getPassedTests()
IResultMap
ITestContext. getSkippedConfigurations()
IResultMap
TestRunner. getSkippedConfigurations()
IResultMap
ITestContext. getSkippedTests()
IResultMap
TestRunner. getSkippedTests()
Methods in org.testng with parameters of type IResultMap Modifier and Type Method Description private static java.util.stream.Stream<java.lang.reflect.Method>
TestRunner. methods(IResultMap resultMap)
-
Uses of IResultMap in org.testng.internal
Classes in org.testng.internal that implement IResultMap Modifier and Type Class Description class
ResultMap
Methods in org.testng.internal that return IResultMap Modifier and Type Method Description IResultMap
IConfigEavesdropper. getConfigurationsScheduledForInvocation()
Methods in org.testng.internal with parameters of type IResultMap Modifier and Type Method Description private void
ExitCode. computeAndUpdate(int index, IResultMap testResults, IResultMap configResults)
-
Uses of IResultMap in org.testng.reporters
Methods in org.testng.reporters with parameters of type IResultMap Modifier and Type Method Description private void
XMLSuiteResultWriter. addAllTestResults(java.util.Set<ITestResult> testResults, IResultMap resultMap)
private java.util.Collection<ITestNGMethod>
EmailableReporter. getMethodSet(IResultMap tests, ISuite suite)
Since the methods will be sorted chronologically, we want to return the ITestNGMethod from the invoked methods.private void
EmailableReporter. resultDetail(IResultMap tests)
private void
EmailableReporter. resultSummary(ISuite suite, IResultMap tests, java.lang.String testname, java.lang.String style, java.lang.String details)
-