Uses of Class
com.thed.zblast.parser.model.TestngResults.Testsuite
Packages that use TestngResults.Testsuite
-
Uses of TestngResults.Testsuite in com.thed.zblast.parser
Methods in com.thed.zblast.parser that return types with arguments of type TestngResults.TestsuiteModifier and TypeMethodDescriptionstatic List<TestngResults.Testsuite>
TestNGXMLResultParserImpl.parseResults
(String fileName) Method parameters in com.thed.zblast.parser with type arguments of type TestngResults.TestsuiteModifier and TypeMethodDescriptionTestNGXMLResultParserImpl.getTestsFromTestSuiteList
(List<TestngResults.Testsuite> testSuites) -
Uses of TestngResults.Testsuite in com.thed.zblast.parser.model
Fields in com.thed.zblast.parser.model declared as TestngResults.TestsuiteMethods in com.thed.zblast.parser.model that return TestngResults.TestsuiteModifier and TypeMethodDescriptionObjectFactory.createTestngResultsSuite()
Create an instance ofTestngResults.Suite
TestngResults.getSuite()
Gets the value of the suite property.Methods in com.thed.zblast.parser.model with parameters of type TestngResults.TestsuiteModifier and TypeMethodDescriptionvoid
TestngResults.setSuite
(TestngResults.Testsuite value) Sets the value of the suite property.