Skip to content

Issues: dart-lang/mockito

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

All of Mock's fields should be final P2 A bug or feature request we're likely to work on S2 type-enhancement A request for a change that isn't a bug
#201 opened Jul 16, 2019 by srawlins
verifyNoMoreInteractions shouldn't error out on Mock of Function P3 A lower priority bug or feature request
#277 opened Sep 10, 2020 by hopeman15
Error messaging for verification with incorrect called value could be more helpful by listing calls contributions-welcome Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
#148 opened Jun 22, 2018 by alanrussian
Analyzer plugin rule: proper use of named argument matchers P2 A bug or feature request we're likely to work on S2 type-enhancement A request for a change that isn't a bug
#183 opened Jan 8, 2019 by srawlins
Analyzer plugin rule: when call without stub result P2 A bug or feature request we're likely to work on S2 type-enhancement A request for a change that isn't a bug
#184 opened Jan 8, 2019 by srawlins
Analyzer plugin rule: attempt to verify with called(0) P2 A bug or feature request we're likely to work on S2 type-enhancement A request for a change that isn't a bug
#185 opened Jan 8, 2019 by srawlins
Matching Lists with Iterables P2 A bug or feature request we're likely to work on S2
#186 opened Jan 9, 2019 by tomaine2002
thenAnswer Invocation with callback positional parameter does not handle non-primitives when compiled with dart2js P2 A bug or feature request we're likely to work on S2 status-blocked Blocked from making progress by another (referenced) issue type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#198 opened Jun 20, 2019 by smaifullerton-wk
must_be_immutable and Mock P2 A bug or feature request we're likely to work on S2 type-enhancement A request for a change that isn't a bug
#200 opened Jul 15, 2019 by vitor-gyant
Readme Best Practices section needs explanations type-documentation A request to add or improve documentation
#275 opened Sep 7, 2020 by feinstein
Verify Generic Function/Method type-question A question about expected behavior or functionality
#279 opened Sep 12, 2020 by Peng-Qian
mockito should store its own object instances instead of shared instances P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#319 opened Jan 18, 2021 by woprandi
False generation of mocks containing generated entities P3 A lower priority bug or feature request type-documentation A request to add or improve documentation
#345 opened Mar 6, 2021 by NikoBoerger
Cannot generate mock of class with mixin that overrides operator P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#437 opened Jun 25, 2021 by 0biWanKenobi
Consider a static code check for the @GenerateMocks annotation before resolving the library P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
#503 opened Jan 18, 2022 by evanweible-wf
Mock functions? contributions-welcome Contributions welcome to help resolve this (the resolution is expected to be clear from the issue) P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#62 opened Apr 25, 2017 by xster
ProTip! Exclude everything labeled bug with -label:bug.