Uses of Class
org.antlr.gunit.swingui.model.TestCase
-
Packages that use TestCase Package Description org.antlr.gunit.swingui org.antlr.gunit.swingui.model -
-
Uses of TestCase in org.antlr.gunit.swingui
Methods in org.antlr.gunit.swingui with parameters of type TestCase Modifier and Type Method Description voidTestCaseEditController. setCurrentTestCase(TestCase testCase) -
Uses of TestCase in org.antlr.gunit.swingui.model
Methods in org.antlr.gunit.swingui.model that return types with arguments of type TestCase Modifier and Type Method Description java.util.List<TestCase>Rule. getTestCases()Methods in org.antlr.gunit.swingui.model with parameters of type TestCase Modifier and Type Method Description voidRule. addTestCase(TestCase newItem)
-