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

Unified Diff: dart/pkg/unittest/lib/mock.dart

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/pkg/pkg.status ('k') | dart/runtime/lib/invocation_mirror_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/unittest/lib/mock.dart
diff --git a/dart/pkg/unittest/lib/mock.dart b/dart/pkg/unittest/lib/mock.dart
index 47eae38b901964ea296ac4eb78de93a779aa0dc7..8bdb115ce348308cb4fa449f3767149b8827056b 100644
--- a/dart/pkg/unittest/lib/mock.dart
+++ b/dart/pkg/unittest/lib/mock.dart
@@ -1292,7 +1292,7 @@ class Mock {
* return value. If we find no [Behavior] to apply an exception is
* thrown.
*/
- noSuchMethod(InvocationMirror invocation) {
+ noSuchMethod(Invocation invocation) {
var method = invocation.memberName;
var args = invocation.positionalArguments;
if (invocation.isGetter) {
« no previous file with comments | « dart/pkg/pkg.status ('k') | dart/runtime/lib/invocation_mirror_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698