Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.reporters |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
IResultMap |
TestRunner.getFailedButWithinSuccessPercentageTests() |
IResultMap |
ITestContext.getFailedButWithinSuccessPercentageTests() |
IResultMap |
TestRunner.getFailedConfigurations() |
IResultMap |
ITestContext.getFailedConfigurations()
Retrieves information about the failed configuration method invocations.
|
IResultMap |
TestRunner.getFailedTests() |
IResultMap |
ITestContext.getFailedTests() |
IResultMap |
TestRunner.getPassedConfigurations() |
IResultMap |
ITestContext.getPassedConfigurations()
Retrieves information about the successful configuration method invocations.
|
IResultMap |
TestRunner.getPassedTests() |
IResultMap |
ITestContext.getPassedTests() |
IResultMap |
TestRunner.getSkippedConfigurations() |
IResultMap |
ITestContext.getSkippedConfigurations()
Retrieves information about the skipped configuration method invocations.
|
IResultMap |
TestRunner.getSkippedTests() |
IResultMap |
ITestContext.getSkippedTests() |
Modifier and Type | Class and Description |
---|---|
class |
ResultMap |
Modifier and Type | Method and Description |
---|---|
private void |
ExitCode.computeAndUpdate(int index,
IResultMap testResults,
IResultMap configResults) |
Modifier and Type | Method and Description |
---|---|
private void |
XMLSuiteResultWriter.addAllTestResults(java.util.Set<ITestResult> testResults,
IResultMap resultMap) |
private void |
JqReporter.generateTests(java.lang.String tagClass,
IResultMap tests,
ITestContext context,
XMLStringBuffer xsb)
Deprecated.
|
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) |