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

Mocks Package is not friendly to use #12

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by TedSander Originally opened as dart-lang/sdk#16147


The mocks package is not user friendly. It can't be used with code completion, and refactoring is difficult with it.

An interface much like mockito would be ideal. As it stands I tend to avoid mocking in dart because the mocking package is not easy to use.

DartBot commented 9 years ago

Comment by kasperl


Added Area-Library, Triaged labels.

DartBot commented 9 years ago

Comment by lrhn


Removed Area-Library label. Added Area-Pkg label.

DartBot commented 9 years ago

Comment by sethladd


Thanks for the comment!

I found mockito here: http://pub.dartlang.org/packages/mockito


Added Pkg-mock, AsDesigned labels.