1. 4f784f3 verify*Interactions methods throw helpfully that they expect Mock (#92) by Sam Rawlins · 6 years ago
  2. 2384ccc First draft of upgrade guide for Mockito 3.0 (#96) by Sam Rawlins · 6 years ago
  3. 8fbf1b1 Generic support for `thenReturn` and `thenAnswer` (#101) by Gary Roumanis · 6 years ago
  4. 618ca77 Remove references to `@proxy`. (#99) by Matan Lurey · 6 years ago
  5. b5f0434 Remove Spy docs (#97) by Sam Rawlins · 6 years ago
  6. 3a4d238 Remove mirrors implementation (#91) by Sam Rawlins · 6 years ago
  7. a92db05 Capture T in `verify`+ so T may be `void` in dart 2: `verify(m.void())` (#90) by Michael R Fairhurst · 6 years ago
  8. e73c76a Tag the version as 3.0.0-alpha by Ted Sander · 6 years ago 3.0.0-alpha
  9. bf7491c Bump version to 3.0.0 (#89) by Ted Sander · 6 years ago
  10. bbc5117 Throw an ArgumentError if `thenReturn` is called with futures or streams. (#88) by Alan Russian · 6 years ago
  11. acd4b0c Fix uses_dynamic_as_bottom error (#86) by Sam Rawlins · 6 years ago
  12. 6dba14a Remove Dev from the pubspec version by Ted Sander · 6 years ago 2.2.1
  13. 1eae604 Clean up README: (#84) by Sam Rawlins · 6 years ago
  14. 52fa6b6 cleanup (#81) by Alexandre Ardhuin · 7 years ago
  15. 6ed1244 Fix SDK constraint (#77) by Kevin Moore · 7 years ago
  16. 0c36001 Modify example to show how to use argument for when. (#76) by Roman · 7 years ago
  17. cd12a42 Update the link of Mockito for Java in the README. (#75) by retlat · 7 years ago
  18. 86e9c2c Bump to 2.2.0; add collection dep (#73) by Sam Rawlins · 7 years ago 2.2.0
  19. 4a32de0 Add ability to wait for an invocation by jdicker · 7 years ago
  20. f4dace1 Bump to 2.1.0; CHANGELOG; SDK ceiling bump (#70) by Sam Rawlins · 7 years ago 2.1.0
  21. 7e372d9 Address the verify(...).called(0) issue. Also: (#69) by Sam Rawlins · 7 years ago
  22. 2274230 Switch from comment-based to real generics syntax (#67) by Sam Rawlins · 7 years ago
  23. 68045d8 Add docs for when, verify, resetMockitoState; expose throwOnMissingStub, resetMockitoState (#65) by Sam Rawlins · 7 years ago
  24. 9ff98f3 Adding direct links to the files from the README. (#61) by Shams Zakhour · 7 years ago
  25. d575247 Making sure comments are added to readme and source. (#60) by Shams Zakhour · 7 years ago
  26. c59a5d9 Adding a "mockito + package:test" example. (#59) by Shams Zakhour · 7 years ago
  27. 6b63d01 Merge branch 'master' of github.com:dart-lang/mockito by Sam Rawlins · 7 years ago
  28. 8946e62 Oops update pubspec to 2.0.2 as well by Sam Rawlins · 7 years ago
  29. 804d713 Throw when using when within when (#57) by Sam Rawlins · 7 years ago
  30. 285a6d2 Update to latest stable release by Kevin Moore · 7 years ago
  31. efd378b Fix travis badge by Kevin Moore · 7 years ago
  32. bb269ca Use new matcher (#52) by Matan Lurey · 7 years ago 2.0.2
  33. 62cd407 Add new throwOnMissingStub method (#48) by Sam Rawlins · 7 years ago 2.0.1
  34. 9832b94 Cleanup for v2.0.0 (#49) by Matan Lurey · 7 years ago 2.0.0
  35. 4008cff cleanup travis test script by Kevin Moore · 7 years ago
  36. 16883f2 cleanup ignore files by Kevin Moore · 7 years ago
  37. 186051a analysis options and use generic methods by Kevin Moore · 7 years ago
  38. 2b666da tweak readme by Kevin Moore · 7 years ago
  39. 64946e7 standardize travis by Kevin Moore · 7 years ago
  40. e5fbc6b dartfmt by Kevin Moore · 7 years ago
  41. 007f0c9 Updates for ownership transfer to Dart team by Kevin Moore · 7 years ago
  42. 2421d78 Merge pull request #42 from matanlurey/flip_api_defaults by Ted Sander · 8 years ago 2.0.0-dev
  43. 6975b6e Address feedback, keep mirrors around. by Matan Lurey · 8 years ago
  44. dc8ce18 Deprecate spy(), make the default no-mirrors. by Matan Lurey · 8 years ago
  45. 9820ba3 Merge pull request #41 from srawlins/clear-docs by Ted Sander · 8 years ago
  46. 44d8aca Merge pull request #39 from thso/cleanup by Ted Sander · 8 years ago
  47. f61140a Bump version to 2.0.0-dev by Thibault Sottiaux · 8 years ago
  48. fbf96e7 Expose Verification by Thibault Sottiaux · 8 years ago
  49. a11c4b2 Document clearInteractions, reset, and logInvocations by Sam Rawlins · 8 years ago
  50. b76f01c Merge branch 'master' into cleanup by Thibault Sottiaux · 8 years ago
  51. f99ef2d Merge pull request #38 from matanlurey/invocation_matcher by Ted Sander · 8 years ago
  52. b325c38 Dartfmt, license, comments. by Matan Lurey · 8 years ago
  53. 9aa922b Cleanup by Thibault Sottiaux · 8 years ago
  54. 527413e Add invocation matcher to package:mockito by Matan Lurey · 8 years ago
  55. fafebdc Merge pull request #37 from matanlurey/typed_mock by Ted Sander · 8 years ago
  56. dfd5484 Add version constraints for meta. by Matan Lurey · 8 years ago
  57. 6cb4f22 More internal changes by Matan Lurey · 8 years ago
  58. a6ed9f4 Replace Mock with a documented class by Matan Lurey · 8 years ago
  59. eba1784 Merge pull request #35 from srawlins/101 by Ted Sander · 8 years ago v1.0.1
  60. ed5d8c1 Bumping to 1.0.1 by Sam Rawlins · 8 years ago
  61. 7a99f64 Merge pull request #33 from srawlins/more-docs by Ted Sander · 8 years ago
  62. 8655831 Add docs for the argument matchers, and thenAnswer() by Sam Rawlins · 8 years ago
  63. df66265 Merge pull request #34 from srawlins/thenThrow by Ted Sander · 8 years ago
  64. 59847d5 Add 'thenThrow' by Sam Rawlins · 8 years ago
  65. d28cbb1 Merge pull request #29 from srawlins/rm-test-packages by Ted Sander · 8 years ago
  66. ff5ad1c Remove test/packages by Sam Rawlins · 8 years ago
  67. 625f0f4 Merge pull request #26 from srawlins/typed-api by Ted Sander · 8 years ago 1.0.0
  68. beb8b26 Address feedback, remove type annotations by Sam Rawlins · 8 years ago
  69. e32f79a Add strong mode-compliant 'typed' API by Sam Rawlins · 8 years ago
  70. 2513f9e Merge pull request #28 from matanlurey/no_mirrors by Ted Sander · 8 years ago
  71. aaaeb02 Add a comment to spy.dart, up pubspec to 11.1 by Matan Lurey · 8 years ago
  72. 375c856 Move reflection-based methods to lib/src/spy.dart. by Matan Lurey · 8 years ago
  73. aa9e03b 0.11.0 Equality matcher used by default to simplify matching collections as arguments. by deimon · 9 years ago 0.11.0
  74. 9d1d5b1 Merge pull request #18 from lyceel/master by Ted Sander · 9 years ago
  75. 66b6a51 Added an explicit check of named arguments to InvocationMatcher to ensure by Jason Daly · 9 years ago
  76. 0e840b8 Merge pull request #17 from enyo/doc/how-it-works by fibulwinter · 9 years ago
  77. eec59ca Update README to add note about edge case usage by Matias Meno · 9 years ago
  78. dc1afe7 Update README to add "How it works" section by Matias Meno · 9 years ago
  79. ded3f81 Added travis build shield. by dvishnyakov · 9 years ago
  80. 954117b Merge pull request #9 from fibulwinter/travis by fibulwinter · 9 years ago
  81. 720815d +x bit by pquitslund · 9 years ago
  82. 134b84d Update README.md by Phil Quitslund · 9 years ago
  83. 1db590f Travis config. by pquitslund · 9 years ago
  84. c5add5d Added explicit noSuchMethod override to tell Dart analyzer that we meant not to implement all methods, and not to hint/warn that methods are missing by dvishnyakov · 9 years ago
  85. 6f6df2d Merge branch 'kevmoo-tweaks' by dvishnyakov · 9 years ago
  86. 3e28856 Merge branch 'tweaks' of https://github.com/kevmoo/dart-mockito into kevmoo-tweaks by dvishnyakov · 9 years ago
  87. ae62d13 Merge branch 'tweaks' of https://github.com/kevmoo/dart-mockito into kevmoo-tweaks by dvishnyakov · 9 years ago
  88. 026073d README.md fix for spy() by dvishnyakov · 9 years ago
  89. cf808cc Added support for spy. by dvishnyakov · 9 years ago 0.10.0
  90. f8de8c7 API cleanup by Kevin Moore · 9 years ago
  91. d37448c make dependency on test a regular dependency by Kevin Moore · 9 years ago
  92. 48ade18 readme cleanup by Kevin Moore · 9 years ago
  93. beb4664 set a tighter upper bound on matcher and test by Kevin Moore · 9 years ago
  94. 5485ed9 cleanup .gitignore by Kevin Moore · 9 years ago
  95. 44bb6f4 Merge branch 'bwu-dart-contributing-test_instead_of_unittest' by dvishnyakov · 9 years ago
  96. 30a8d93 Merge branch 'test_instead_of_unittest' of https://github.com/bwu-dart-contributing/dart-mockito into bwu-dart-contributing-test_instead_of_unittest by dvishnyakov · 9 years ago 0.9.0
  97. 5ea8888 Apply dartformat by dvishnyakov · 9 years ago
  98. 8b2e6a5 Merge pull request #7 from StephenTurley/master by fibulwinter · 9 years ago
  99. ea27831 Removed IDE specific files from .gitignore by Stephen Turley · 9 years ago
  100. 84d1bb8 Fixed two more typos and removed unused import by Stephen Turley · 9 years ago