Uses of Class
com.thed.zblast.parser.model.TestCase
Packages that use TestCase
-
Uses of TestCase in com.thed.zblast.parser.model
Methods in com.thed.zblast.parser.model that return types with arguments of type TestCaseMethod parameters in com.thed.zblast.parser.model with type arguments of type TestCaseModifier and TypeMethodDescriptionvoid
TestSuite.setSuiteTestCaseMap
(String suiteName, List<TestCase> finalTestCases) void
TestSuite.setTestCaseArray
(List<TestCase> testCaseArray)