|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Suite | |
---|---|
hudson.plugins.testlink.parser.testng | |
hudson.plugins.testlink.result.testng |
Uses of Suite in hudson.plugins.testlink.parser.testng |
---|
Methods in hudson.plugins.testlink.parser.testng that return Suite | |
---|---|
Suite |
TestNGXmlHandler.getSuite()
Retrieves the parsed Suite. |
Suite |
TestNGParser.parse(java.io.InputStream inputStream)
|
Uses of Suite in hudson.plugins.testlink.result.testng |
---|
Classes in hudson.plugins.testlink.result.testng with type parameters of type Suite | |
---|---|
class |
TestNGSuitesTestResultSeeker<T extends Suite>
Seeks for test results of TestNG suites. |
Fields in hudson.plugins.testlink.result.testng with type parameters of type Suite | |
---|---|
protected java.util.Map<java.lang.Integer,TestCaseWrapper<Suite>> |
TestNGSuitesTestResultSeeker.results
|
Methods in hudson.plugins.testlink.result.testng that return types with arguments of type Suite | |
---|---|
java.util.Map<java.lang.Integer,TestCaseWrapper<Suite>> |
TestNGSuitesTestResultSeeker.seek(java.io.File directory)
|
Methods in hudson.plugins.testlink.result.testng with parameters of type Suite | |
---|---|
protected void |
TestNGClassesTestResultSeeker.findTestResults(Suite testNGSuite,
Class clazz,
br.eti.kinoshita.testlinkjavaapi.model.TestCase testLinkTestCase,
java.io.File testNGFile)
Looks for test results in a TestNG test case. |
protected void |
TestNGSuitesTestResultSeeker.findTestResults(Suite testNGSuite,
br.eti.kinoshita.testlinkjavaapi.model.TestCase testLinkTestCase,
java.io.File testNGFile)
Looks for test results in a TestNG suite. |
protected br.eti.kinoshita.testlinkjavaapi.model.ExecutionStatus |
TestNGSuitesTestResultSeeker.getTestNGExecutionStatus(Suite suite)
Retrieves the Execution Status for a TestNG test class. |
protected java.lang.String |
TestNGSuitesTestResultSeeker.getTestNGNotes(Suite suite)
Retrieves notes for TestNG suite. |
protected java.lang.String |
TestNGClassesTestResultSeeker.getTestNGNotes(Suite suite,
Class clazz)
Retrieves notes for TestNG suite and test class. |
protected void |
TestNGClassesTestResultSeeker.processTestClass(Class clazz,
Suite testNGSuite,
java.io.File testNGFile)
Processes a TestNG test class. |
protected void |
TestNGSuitesTestResultSeeker.processTestNGSuite(Suite testNGSuite,
java.io.File testNGFile)
Processes TestNG Suite. |
protected void |
TestNGClassesTestResultSeeker.processTestNGSuite(Suite testNGSuite,
java.io.File testNGFile)
Processes a TestNG suite. |
protected void |
TestNGClassesTestResultSeeker.processTestNGTest(Test testNGTest,
Suite testNGSuite,
java.io.File testNGFile)
Processes a TestNG test. |
Method parameters in hudson.plugins.testlink.result.testng with type arguments of type Suite | |
---|---|
protected void |
TestNGSuitesTestResultSeeker.addOrUpdate(TestCaseWrapper<Suite> testResult)
Adds a test result to the map of test results. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |