Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / picimako/mockitools issues and pull requests
#71 - v1.4.0
Pull Request -
State: closed - Opened by picimako 5 months ago
#70 - v1.3.1
Pull Request -
State: closed - Opened by picimako 5 months ago
#69 - Inspection "Explizit Initialization"on @Injectmocks should not be shown on Interface types
Issue -
State: open - Opened by boli14 5 months ago
- 3 comments
#68 - v1.3.0
Pull Request -
State: closed - Opened by picimako 5 months ago
#67 - v1.2.0
Pull Request -
State: closed - Opened by picimako 9 months ago
#66 - Mockito 5.11.0 and 5.12.0 updates
Issue -
State: closed - Opened by picimako 11 months ago
- 1 comment
Labels: enhancement
#65 - Investigate the option to create a mock/spy in-place
Issue -
State: open - Opened by picimako 11 months ago
Labels: feature
#64 - v1.1.0
Pull Request -
State: closed - Opened by picimako about 1 year ago
- 1 comment
#63 - Handle generic-inferred `ArgumentCaptor.captor()` method
Issue -
State: closed - Opened by picimako over 1 year ago
- 1 comment
Labels: enhancement, feature
#62 - v1.0.0
Pull Request -
State: closed - Opened by picimako over 1 year ago
#61 - v0.12.0
Pull Request -
State: closed - Opened by picimako over 1 year ago
#60 - v0.11.0
Pull Request -
State: closed - Opened by picimako over 1 year ago
#59 - Intention action: expand simple mock creations to their `MockSettings` based variants
Issue -
State: closed - Opened by picimako over 1 year ago
- 1 comment
Labels: feature
#58 - Inspection: Report and convert `MockSettings` based mock creations to their simpler variants
Issue -
State: closed - Opened by picimako over 1 year ago
- 1 comment
Labels: feature
#57 - Inspetion: report non-empty reified argument of Mockito.mock()
Issue -
State: closed - Opened by picimako over 1 year ago
- 1 comment
Labels: feature
#56 - Inspection: report spying on mock
Issue -
State: closed - Opened by picimako over 1 year ago
- 1 comment
Labels: feature
#55 - Inspection: explicit initialization of `@Mock` and `@InjectMocks` annotated fields
Issue -
State: closed - Opened by picimako almost 2 years ago
- 1 comment
Labels: feature
#54 - Inspection: Suspicious call on `MockitoAnnotations.openMocks()`
Issue -
State: open - Opened by picimako almost 2 years ago
Labels: feature
#53 - Inspection: mocked type differs from spied/delegated object's type
Issue -
State: closed - Opened by picimako almost 2 years ago
- 1 comment
Labels: feature
#52 - Suggest only mock fields/variables for argument values to reset(), etc.
Issue -
State: closed - Opened by picimako almost 2 years ago
- 1 comment
Labels: feature
#51 - v1.10.0
Pull Request -
State: closed - Opened by picimako almost 2 years ago
#50 - Investigate and add support for `assertArg()`
Issue -
State: closed - Opened by picimako almost 2 years ago
- 1 comment
Labels: feature
#49 - Support for `withoutAnnotations` attribute on `@Mock`
Issue -
State: closed - Opened by picimako almost 2 years ago
- 1 comment
Labels: enhancement
#47 - Changes for v0.9.0
Pull Request -
State: closed - Opened by picimako almost 2 years ago
#46 - Changes for v0.8.0
Pull Request -
State: closed - Opened by picimako over 2 years ago
#45 - Create developer documentation
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: documentation
#44 - Add support for mockMaker in `@Spy`
Issue -
State: open - Opened by picimako over 2 years ago
Labels: feature, not yet implemented in mockito
#43 - Add support for mockMaker in `@Mock` and MockSettings
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#42 - Changes for v0.7.0
Pull Request -
State: closed - Opened by picimako over 2 years ago
#41 - Improve UI of target method selection list during mock conversion
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#41 - Improve UI of target method selection list during mock conversion
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#40 - Inspection to report stubs when non-void methods are stubbed to do nothing
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#39 - Inspection to report void methods stubbed with a return value
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#38 - Inspection to report mocks that could be stub-only
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#37 - Inspection to report stubonly mocks passed into verifications
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#36 - Inspection to report `toString()` in verification
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#35 - Introduce settings to prefer setup methods when converting mock/spy fields to calls
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#34 - Changes for v0.6.0
Pull Request -
State: closed - Opened by picimako over 2 years ago
#33 - Bulk conversion of stubbings
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#32 - Support `*Return()` and `*Throw()` calls in MockedStatic stubbing
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: enhancement
#31 - Extend inspection to simplify MockedStatic.verify(V, times(1)) calls
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: enhancement
#30 - Extend inspection to report calls on MockedStatic.reset()
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: enhancement
#29 - Intention actions to convert between InOrder.verify and MockedStatic.verify
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#28 - Changes for v0.5.0
Pull Request -
State: closed - Opened by picimako over 2 years ago
#27 - Inspection to report mock objects not used in InOrder
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: feature
#26 - [DO NOT MERGE] Plugin verifier trial
Pull Request -
State: closed - Opened by picimako over 2 years ago
#25 - Changes for v0.4.1
Pull Request -
State: closed - Opened by picimako over 2 years ago
#24 - Support `strictness` for mock creation settings
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: enhancement
#23 - Add quick fix(es) for the checked exception inspection
Issue -
State: closed - Opened by picimako over 2 years ago
- 1 comment
Labels: enhancement
#22 - Add support for InOrder in verification conversion intention actions
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: enhancement, feature
#21 - Inspection to report InOrder variables with a single verification call
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#20 - Intention action to convert InOrder verification to Mockito.verify() and BDDMockito.then() calls
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#19 - Intention action to convert Mockito.verify() and BDDMockito.then() calls to InOrder verification
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#18 - Changes for v.0.4.0
Pull Request -
State: closed - Opened by picimako almost 3 years ago
#17 - Project-wide migration tool
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#16 - Inspection to enforce Mockito/BDDMockito based stubbing and verification
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#15 - Intention to switch between verification approaches
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#14 - Omit default answer when converting @Mock field to Mockito.mock()
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: enhancement
#13 - Intentions to switch between stubbing approaches
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#12 - Intention action to convert arguments of `*Throw()` stubbing calls
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#11 - Disable changelog patching
Pull Request -
State: closed - Opened by picimako almost 3 years ago
#10 - Changes for release v0.3.0
Pull Request -
State: closed - Opened by picimako almost 3 years ago
#9 - Inlay hint for @InjectMock annotated fields to show injected mocks
Issue -
State: closed - Opened by picimako almost 3 years ago
- 1 comment
Labels: feature
#8 - Inspection for consecutive *Return() and *Throw() calls
Issue -
State: closed - Opened by picimako almost 3 years ago
- 2 comments
Labels: feature
#7 - [DON'T MERGE] Investigation for test dependencies
Pull Request -
State: closed - Opened by picimako almost 3 years ago
#6 - Autocomplete parameters of reset(), verifyZeroInteractions(), etc. with mock/spy variables
Issue -
State: closed - Opened by picimako about 3 years ago
Labels: feature
#5 - Changelog update - `v0.2.0`
Pull Request -
State: closed - Opened by github-actions[bot] about 3 years ago
#4 - Intentions to move mock()/spy() calls to @Mock/@Spy fields and vice versa
Issue -
State: closed - Opened by picimako about 3 years ago
- 2 comments
Labels: feature
#3 - Changelog update - `v0.1.1`
Pull Request -
State: closed - Opened by github-actions[bot] about 3 years ago
#2 - Add support for the @DoNotMock annotation
Issue -
State: closed - Opened by picimako about 3 years ago
- 1 comment
Labels: feature
#1 - [DON'T MERGE] Set exception format to full
Pull Request -
State: closed - Opened by picimako about 3 years ago