| Package | Description |
|---|---|
| hudson.plugins.testng.results |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassResult
Handle results related to a single test class
|
class |
MethodResult
Handles result pertaining to a single test method
|
class |
PackageResult
Handles package level results
|
class |
TestNGResult
Represents all the results gathered for a single build (or a single suite,
while parsing the test results)
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseResult |
BaseResult.parent |
| Modifier and Type | Method and Description |
|---|---|
BaseResult |
TestNGResult.getParent() |
BaseResult |
BaseResult.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResult.setParent(BaseResult parent) |
Copyright © 2016–2018. All rights reserved.