Community
Participate
Working Groups
} catch(BadLocationException e) {
fail("Test is broken, add location has become invalid.\n" + e.getMessage());
}
//TODO: move this to the last test in this file
fIsLastTest = true;
/**
import junit.framework.Test;
import junit.framework.TestSuite;
import org.eclipse.wst.css.ui.tests.viewer.CSSCodeFoldingTest;
import org.eclipse.wst.css.ui.tests.viewer.TestCSSContentAssist;
import org.eclipse.wst.css.ui.tests.viewer.TestViewerConfigurationCSS;
addTest(new TestSuite(TestViewerConfigurationCSS.class));
addTest(new TestSuite(TestEditorConfigurationCSS.class));
addTest(new TestSuite(TestCSSContentAssist.class));
addTest(new TestSuite(CSSCodeFoldingTest.class,"CSS Code Folding Test"));