Uses of Class
com.thed.zblast.parser.model.TestngResults.Testsuite.Test
Packages that use TestngResults.Testsuite.Test
-
Uses of TestngResults.Testsuite.Test in com.thed.zblast.parser.model
Fields in com.thed.zblast.parser.model with type parameters of type TestngResults.Testsuite.TestModifier and TypeFieldDescriptionprotected List<TestngResults.Testsuite.Test>
TestngResults.Testsuite.test
Methods in com.thed.zblast.parser.model that return TestngResults.Testsuite.TestModifier and TypeMethodDescriptionObjectFactory.createTestngResultsSuiteTest()
Create an instance ofTestngResults.Suite.Test
Methods in com.thed.zblast.parser.model that return types with arguments of type TestngResults.Testsuite.TestModifier and TypeMethodDescriptionTestngResults.Testsuite.getTest()
Gets the value of the test property.Method parameters in com.thed.zblast.parser.model with type arguments of type TestngResults.Testsuite.TestModifier and TypeMethodDescriptionvoid
TestngResults.Testsuite.setTest
(List<TestngResults.Testsuite.Test> value) Sets the value of the test property.