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 IResultMapTestRunner. m_failedButWithinSuccessPercentageTestsprivate IResultMapTestRunner. m_failedConfigurationsprivate IResultMapTestRunner. m_failedTestsprivate IResultMapTestRunner. m_passedConfigurationsprivate IResultMapTestRunner. m_passedTestsprivate IResultMapTestRunner. m_skippedConfigurationsprivate IResultMapTestRunner. m_skippedTestsMethods in org.testng that return IResultMap Modifier and Type Method Description IResultMapITestContext. getFailedButWithinSuccessPercentageTests()IResultMapTestRunner. getFailedButWithinSuccessPercentageTests()IResultMapITestContext. getFailedConfigurations()IResultMapTestRunner. getFailedConfigurations()IResultMapITestContext. getFailedTests()IResultMapTestRunner. getFailedTests()IResultMapITestContext. getPassedConfigurations()IResultMapTestRunner. getPassedConfigurations()IResultMapITestContext. getPassedTests()IResultMapTestRunner. getPassedTests()IResultMapITestContext. getSkippedConfigurations()IResultMapTestRunner. getSkippedConfigurations()IResultMapITestContext. getSkippedTests()IResultMapTestRunner. getSkippedTests() -
Uses of IResultMap in org.testng.internal
Classes in org.testng.internal that implement IResultMap Modifier and Type Class Description classResultMapMethods in org.testng.internal with parameters of type IResultMap Modifier and Type Method Description private voidExitCode. 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 voidXMLSuiteResultWriter. 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 voidEmailableReporter. resultDetail(IResultMap tests)private voidEmailableReporter. resultSummary(ISuite suite, IResultMap tests, java.lang.String testname, java.lang.String style, java.lang.String details)
-