dart-archive / mock

A library for mocking classes - DEPRECATED
https://pub.dartlang.org/packages/mock
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Mock should also track named arguments #8

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by marcojakob Originally opened as dart-lang/sdk#21133


Currently, the mock package can only manage calls to methods that use positional parameters. It would be great if we could use the mock package with named parameters as well.

Maybe this is related: https://code.google.com/p/dart/issues/detail?id=14725

DartBot commented 9 years ago

Comment by sgjesse


Added Area-Pkg, Pkg-mock, Triaged labels.

enyo commented 9 years ago

Is there any ETA for this?

enyo commented 9 years ago

Ok sorry. Just saw mockito.

sethladd commented 9 years ago

Will close as mockito is the preferred mock lib.