mockito

Mockito-inspired mock library for Dart

APACHE-2.0 License

Stars
618
Committers
75

Bot releases are visible (Hide)

mockito - Latest Release

Published by yjbanov almost 7 years ago

mockito - Default No Mirrors

Published by TedSander about 8 years ago

Moved the default release to not contain mirrors. This is since Web and Flutter targets will not support mirrors. Mockito can still be used with mirrors, but will need to import mirrors.dart. This is only needed for the spy functionality.

mockito - Stable Release

Published by TedSander about 8 years ago

No breaking changes in this release. Bumping the version number as the library has matured to point of release.

Added support for environments that cannot use mirrors (flutter,) and features for Strong mode development.