Searched defs:testSuite (Results 1 - 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DgUnitAdapter.java45 private TestSuite testSuite; field in class:gUnitAdapter
51 testSuite = suite;
55 if (testSuite == null)
62 final CharStream input = new ANTLRFileStream(testSuite.getTestSuiteFile().getCanonicalPath());
72 testSuite.getTestSuiteFile().getParent(), testSuite);
H A DNotifiedTestExecuter.java40 private TestSuite testSuite ; field in class:NotifiedTestExecuter
45 testSuite = suite;
55 final Rule rule = testSuite.getRule(ruleName);
68 final Rule rule = testSuite.getRule(ruleName);
H A DTestSuiteAdapter.java41 public TestSuiteAdapter(TestSuite testSuite) { argument
42 model = testSuite;
/external/testng/src/test/java/test/
H A DJUnit4Test.java37 public void testSuite() { method in class:JUnit4Test
H A DJUnitTest1.java55 public void testSuite() { method in class:JUnitTest1
/external/toolchain-utils/automation/
H A Dall_tests.py15 testSuite = unittest.TestSuite(suites) variable
16 text_runner = unittest.TextTestRunner().run(testSuite)
/external/testng/src/test/java/test/junit/testsetup/
H A DTestSuiteContainerWrapper.java11 public TestSuiteContainerWrapper(TestSuite testSuite, Class dataImpl) { argument
12 super(testSuite);
13 _test = testSuite;
/external/vogar/src/vogar/target/junit/junit3/
H A DTestSuiteTransformer.java68 TestSuite testSuite, String defaultName, Description suiteDescription) {
70 int count = testSuite.testCount();
71 String name = testSuite.getName();
76 Test test = testSuite.testAt(i);
100 TestSuite testSuite = (TestSuite) test;
101 Description description = Description.createSuiteDescription(testSuite.getName());
102 int count = testSuite.testCount();
104 Test childTest = testSuite.testAt(i);
67 transformSuite( TestSuite testSuite, String defaultName, Description suiteDescription) argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestSuiteFactory.java116 public static boolean saveTestSuite(TestSuite testSuite) { argument
117 final String data = getScript(testSuite);
119 FileWriter fw = new FileWriter(testSuite.getTestSuiteFile());
131 * Get the text script from the testSuite.
132 * @param testSuite
135 public static String getScript(TestSuite testSuite) { argument
136 if(testSuite == null) return null;
138 gUnitScript.setAttribute("testSuite", testSuite);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DGrammarInfo.java89 public void addRuleTestSuite(gUnitTestSuite testSuite) { argument
90 this.ruleTestSuites.add(testSuite);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java61 private TestSuite testSuite = null; field in class:RuleListController
72 testSuite = newTestSuite;
145 if(testSuite == null)
150 return testSuite.getRuleCount();
154 return testSuite.getRule(index);
H A DRunnerController.java59 //private TestSuite testSuite;
195 public RunnerTreeModel(TestSuite testSuite) { argument
196 super(new TestSuiteTreeNode(testSuite));
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.c261 void CuSuiteInit(CuSuite* testSuite) argument
263 testSuite->count = 0;
264 testSuite->failCount = 0;
265 memset(testSuite->list, 0, sizeof(testSuite->list));
270 CuSuite* testSuite = CU_ALLOC(CuSuite); local
271 CuSuiteInit(testSuite);
272 return testSuite;
275 void CuSuiteDelete(CuSuite *testSuite) argument
280 if (testSuite
289 CuSuiteAdd(CuSuite* testSuite, CuTest *testCase) argument
296 CuSuiteAddSuite(CuSuite* testSuite, CuSuite* testSuite2) argument
306 CuSuiteRun(CuSuite* testSuite) argument
317 CuSuiteSummary(CuSuite* testSuite, CuString* summary) argument
328 CuSuiteDetails(CuSuite* testSuite, CuString* details) argument
[all...]
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py647 def testSuite(self): member in class:GrammarTests
H A Dpy3_test_grammar.py591 def testSuite(self): member in class:GrammarTests
/external/python/cpython2/Lib/test/
H A Dtest_grammar.py671 def testSuite(self): member in class:GrammarTests
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py647 def testSuite(self): member in class:GrammarTests
H A Dpy3_test_grammar.py591 def testSuite(self): member in class:GrammarTests
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 3976 milliseconds