|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Failure | |
---|---|
hudson.plugins.testlink.parser.junit |
Uses of Failure in hudson.plugins.testlink.parser.junit |
---|
Methods in hudson.plugins.testlink.parser.junit that return types with arguments of type Failure | |
---|---|
java.util.List<Failure> |
TestCase.getFailures()
Retrieves the list of |
java.util.List<Failure> |
TestSuite.getFailuresList()
|
Methods in hudson.plugins.testlink.parser.junit with parameters of type Failure | |
---|---|
boolean |
TestSuite.addFailure(Failure failure)
Adds a failure into the |
boolean |
TestCase.addFailure(Failure failure)
Adds a failure into the list of |
boolean |
TestSuite.removeFailure(Failure failure)
Removes a failure from the list of |
boolean |
TestCase.removeFailure(Failure failure)
Removes a failure from the list of |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |