Home
last modified time | relevance | path

Searched refs:getAllTestCases (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DTestAll.java32 protected static Vector<Class<?>> getAllTestCases(VMInformation info) { in getAllTestCases() method in TestAll
114 Vector<Class<?>> classes= getAllTestCases(info); in main()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtesttreemodel.h65 QList<ITestConfiguration *> getAllTestCases() const;
H A Dautotestplugin.cpp323 m_testRunner.setSelectedTests(m_testTreeModel.getAllTestCases()); in onRunAllTriggered()
H A Dtestresultspane.cpp485 runner->setSelectedTests(TestTreeModel::instance()->getAllTestCases()); in onRunAllTriggered()
H A Dtestrunner.cpp807 setSelectedTests(mode == RunAfterBuildMode::All ? testTreeModel->getAllTestCases() in onBuildQueueFinished()
H A Dtesttreemodel.cpp188 QList<ITestConfiguration *> TestTreeModel::getAllTestCases() const in getAllTestCases() function in Autotest::TestTreeModel