mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
f651a8baa6
commit
0b9b777534
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Institute for Software - initial API and implementation
|
* Institute for Software - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.ui.tests.refactoring.extractlocalvariable;
|
package org.eclipse.cdt.ui.tests.refactoring.extractlocalvariable;
|
||||||
|
|
||||||
|
@ -22,14 +22,13 @@ import org.eclipse.cdt.ui.tests.refactoring.RefactoringTester;
|
||||||
* @author Tom Ball
|
* @author Tom Ball
|
||||||
*/
|
*/
|
||||||
public class ExtractLocalVariableTestSuite extends TestSuite {
|
public class ExtractLocalVariableTestSuite extends TestSuite {
|
||||||
|
|
||||||
@SuppressWarnings("nls")
|
@SuppressWarnings("nls")
|
||||||
public static Test suite() throws Exception {
|
public static Test suite() throws Exception {
|
||||||
TestSuite suite = new ExtractLocalVariableTestSuite();
|
TestSuite suite = new ExtractLocalVariableTestSuite();
|
||||||
suite.addTest(RefactoringTester.suite("ExtractLocalVariableRefactoringTests",
|
suite.addTest(RefactoringTester.suite("ExtractLocalVariableRefactoringTests",
|
||||||
"resources/refactoring/ExtractLocalVariable.rts"));
|
"resources/refactoring/ExtractLocalVariable.rts"));
|
||||||
suite.addTest(RefactoringTester.suite("ExtractLocalVariableRefactoringHistoryTests",
|
suite.addTest(RefactoringTester.suite("ExtractLocalVariableRefactoringHistoryTests",
|
||||||
"resources/refactoring/ExtractLocalVariableHistory.rts"));
|
"resources/refactoring/ExtractLocalVariableHistory.rts"));
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue