Chromium Code Reviews
DescriptionChanged the syntax some. All the handling of variable argument lists is
moved to a function callsTo(), and when() is renamed whenThereAre(), so we
write m.whenThereAre(callsTo(...)).
Verification is moved out of Mock; Mock just returns the matching log, and
LogEntrySet verify() is used instead.
Added the ability to proxy calls, so we can create spys.
Added the ability to verify return values.
Added some tests.
Committed: https://code.google.com/p/dart/source/detail?r=9212
Patch Set 1 #
Total comments: 19
Patch Set 2 : #
Total comments: 1
Patch Set 3 : #
Total comments: 4
Patch Set 4 : #Patch Set 5 : #Messages
Total messages: 4 (0 generated)
|