mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
Add testsuite for package 'viewsupport' to automated ui-tests.
This commit is contained in:
parent
814e8ae7b6
commit
937e249087
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* IBM - Initial API and implementation
|
* IBM - Initial API and implementation
|
||||||
* Anton Leherbauer (Wind River Systems)
|
* Anton Leherbauer (Wind River Systems)
|
||||||
|
* Markus Schorn (Wind River Systems)
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.ui.tests;
|
package org.eclipse.cdt.ui.tests;
|
||||||
|
|
||||||
|
@ -66,6 +67,7 @@ import org.eclipse.cdt.ui.tests.text.selectiontests.CPPSelectionTestsNoIndexer;
|
||||||
import org.eclipse.cdt.ui.tests.text.selectiontests.CSelectionTestsCTagsIndexer;
|
import org.eclipse.cdt.ui.tests.text.selectiontests.CSelectionTestsCTagsIndexer;
|
||||||
import org.eclipse.cdt.ui.tests.text.selectiontests.CSelectionTestsDOMIndexer;
|
import org.eclipse.cdt.ui.tests.text.selectiontests.CSelectionTestsDOMIndexer;
|
||||||
import org.eclipse.cdt.ui.tests.text.selectiontests.CSelectionTestsNoIndexer;
|
import org.eclipse.cdt.ui.tests.text.selectiontests.CSelectionTestsNoIndexer;
|
||||||
|
import org.eclipse.cdt.ui.tests.viewsupport.ViewSupportTestSuite;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test all areas of the UI.
|
* Test all areas of the UI.
|
||||||
|
@ -151,6 +153,9 @@ public class AutomatedSuite extends TestSuite {
|
||||||
// highlighting tests
|
// highlighting tests
|
||||||
addTest(SemanticHighlightingTest.suite());
|
addTest(SemanticHighlightingTest.suite());
|
||||||
addTest(InactiveCodeHighlightingTest.suite());
|
addTest(InactiveCodeHighlightingTest.suite());
|
||||||
|
|
||||||
|
// tests for package viewsupport
|
||||||
|
addTest(ViewSupportTestSuite.suite());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue