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