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

Issue 18548007: UI tests for 'Rename' and 'Extract Local Variable' refactorings. (Closed)

Created:
7 years, 5 months ago by scheglov
Modified:
7 years, 5 months ago
Reviewers:
devoncarew, pquitslund
CC:
reviews_dartlang.org, pquitslund
Visibility:
Public.

Description

UI tests for 'Rename' and 'Extract Local Variable' refactorings. R=devoncarew@google.com, pquitslund@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=24980

Patch Set 1 #

Patch Set 2 : Move to ui_test plugin #

Total comments: 45

Patch Set 3 : Fixes for review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1622 lines, -1092 lines) Patch
M editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/AbstractDartEditorTest.java View 1 1 chunk +0 lines, -91 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/EventSender.java View 1 chunk +0 lines, -478 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/RenameLinkedModeTest.java View 1 chunk +0 lines, -154 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/TestAll.java View 1 1 chunk +0 lines, -25 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui_test/.classpath View 1 1 chunk +1 line, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/driver/Operation.java View 1 1 chunk +38 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/driver/OperationExecutor.java View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/driver/ReadyOperation.java View 1 1 chunk +8 lines, -4 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/driver/ShellClosedOperation.java View 1 1 chunk +13 lines, -23 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/driver/ShellOperation.java View 1 1 chunk +44 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/helpers/WizardDialogHelper.java View 1 1 chunk +54 lines, -0 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/util/EventSender.java View 1 2 3 chunks +256 lines, -315 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/util/UiContext.java View 1 2 1 chunk +669 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/TestAll.java View 1 1 chunk +10 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/AbstractDartEditorTest.java View 1 2 1 chunk +159 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/TestAll.java View 1 1 chunk +12 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/ExtractLocalRefactoringTest.java View 1 1 chunk +95 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java View 1 1 chunk +163 lines, -0 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/TestAll.java View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
scheglov
7 years, 5 months ago (2013-07-12 16:44:33 UTC) #1
devoncarew
lgtm Looks good. Some thoughts: It doesn't look like your tests or helper depend on ...
7 years, 5 months ago (2013-07-12 16:52:07 UTC) #2
scheglov
PTAL
7 years, 5 months ago (2013-07-12 20:56:47 UTC) #3
devoncarew
lgtm Can you add a readme.txt describing the difference between src/, src-ui/, and src-framework.? I.e. ...
7 years, 5 months ago (2013-07-12 22:04:38 UTC) #4
pquitslund
LGTM % nits. No show-stoppers but I'd really like to make sure we get conditional ...
7 years, 5 months ago (2013-07-12 22:18:42 UTC) #5
scheglov
PTAL https://codereview.chromium.org/18548007/diff/4001/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/EventSender.java File editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/EventSender.java (left): https://codereview.chromium.org/18548007/diff/4001/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/EventSender.java#oldcode34 editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/EventSender.java:34: private int m_lastDragY; On 2013/07/12 22:18:42, pquitslund wrote: ...
7 years, 5 months ago (2013-07-12 23:01:21 UTC) #6
pquitslund
Awesome. LGTM. Thanks! https://codereview.chromium.org/18548007/diff/4001/editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/util/UiContext.java File editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/util/UiContext.java (right): https://codereview.chromium.org/18548007/diff/4001/editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/util/UiContext.java#newcode51 editor/tools/plugins/com.google.dart.tools.ui_test/src-framework/com/google/dart/ui/test/util/UiContext.java:51: public class UiContext { On 2013/07/12 ...
7 years, 5 months ago (2013-07-12 23:04:47 UTC) #7
scheglov
7 years, 5 months ago (2013-07-12 23:07:02 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r24980 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698