|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestCase | |
---|---|
hudson.plugins.testlink.parser.junit | |
hudson.plugins.testlink.result.junit |
Uses of TestCase in hudson.plugins.testlink.parser.junit |
---|
Methods in hudson.plugins.testlink.parser.junit that return types with arguments of type TestCase | |
---|---|
java.util.List<TestCase> |
TestSuite.getTestCases()
Retrieves the list of |
Methods in hudson.plugins.testlink.parser.junit with parameters of type TestCase | |
---|---|
boolean |
TestSuite.addTestCase(TestCase testCase)
Adds a test case into the |
boolean |
TestSuite.removeTestCase(TestCase testCase)
Removes a test case from the list of |
Uses of TestCase in hudson.plugins.testlink.result.junit |
---|
Classes in hudson.plugins.testlink.result.junit with type parameters of type TestCase | |
---|---|
class |
JUnitTestCasesTestResultSeeker<T extends TestCase>
Seeks for test results of JUnit test cases. |
Fields in hudson.plugins.testlink.result.junit with type parameters of type TestCase | |
---|---|
protected java.util.Map<java.lang.Integer,TestCaseWrapper<TestCase>> |
JUnitTestCasesTestResultSeeker.results
Map of Wrappers for TestLink Test Cases. |
Methods in hudson.plugins.testlink.result.junit that return types with arguments of type TestCase | |
---|---|
java.util.Map<java.lang.Integer,TestCaseWrapper<TestCase>> |
JUnitTestCasesTestResultSeeker.seek(java.io.File directory)
|
Methods in hudson.plugins.testlink.result.junit with parameters of type TestCase | |
---|---|
protected void |
JUnitTestCasesTestResultSeeker.findTestResults(TestCase junitTestCase,
java.lang.String testClassOrTestName,
br.eti.kinoshita.testlinkjavaapi.model.TestCase testLinkTestCase,
java.io.File junitFile)
Looks for test results in a JUnit test case. |
protected br.eti.kinoshita.testlinkjavaapi.model.ExecutionStatus |
JUnitTestCasesTestResultSeeker.getJUnitExecutionStatus(TestCase testCase,
java.lang.String testClassOrTestName)
Retrieves the Execution Status of the JUnit test. |
protected java.lang.String |
JUnitTestCasesTestResultSeeker.getJUnitNotes(TestCase testCase)
Retrieves the Notes about the JUnit test. |
protected java.lang.String |
JUnitTestCasesTestResultSeeker.getTestClassOrTestName(TestCase junitTestCase)
Retrieves the key value for a JUnit test. |
protected void |
JUnitTestCasesTestResultSeeker.processJUnitTestCase(TestCase junitTestCase,
java.io.File junitFile)
Processes JUnit test case. |
Method parameters in hudson.plugins.testlink.result.junit with type arguments of type TestCase | |
---|---|
protected void |
JUnitTestCasesTestResultSeeker.addOrUpdate(TestCaseWrapper<TestCase> testResult)
Adds or updates test result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |