Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1378)

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/TestAll.java

Issue 18548007: UI tests for 'Rename' and 'Extract Local Variable' refactorings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 import junit.framework.Test;
2 import junit.framework.TestSuite;
3
4 public class TestAll {
5 public static Test suite() {
6 TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().get Name());
7 suite.addTest(editor.TestAll.suite());
8 return suite;
9 }
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698