|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Error | |
---|---|
hudson.plugins.testlink.parser.junit |
Uses of Error in hudson.plugins.testlink.parser.junit |
---|
Methods in hudson.plugins.testlink.parser.junit that return types with arguments of type Error | |
---|---|
java.util.List<Error> |
TestCase.getErrors()
Retrives the list of |
java.util.List<Error> |
TestSuite.getErrorsList()
|
Methods in hudson.plugins.testlink.parser.junit with parameters of type Error | |
---|---|
boolean |
TestSuite.addError(Error error)
Adds an error into the |
boolean |
TestCase.addError(Error error)
Adds an error into the list of |
boolean |
TestSuite.removeError(Error error)
Removes an error from the list of |
boolean |
TestCase.removeError(Error error)
Removes an error from the list of |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |