|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseResult | |
---|---|
hudson.plugins.testng.results |
Uses of BaseResult in hudson.plugins.testng.results |
---|
Subclasses of BaseResult in hudson.plugins.testng.results | |
---|---|
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) |
Fields in hudson.plugins.testng.results declared as BaseResult | |
---|---|
protected BaseResult |
BaseResult.parent
|
Methods in hudson.plugins.testng.results that return BaseResult | |
---|---|
BaseResult |
TestNGResult.getParent()
|
BaseResult |
BaseResult.getParent()
|
Methods in hudson.plugins.testng.results with parameters of type BaseResult | |
---|---|
void |
BaseResult.setParent(BaseResult parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |