architecture-components-samples
architecture-components-samples copied to clipboard
Use MockitoAnnotations.initMocks() for creating mocks
Thank you for great repository!! Mockito can use mock annotation. The mock annotation allows you to create mocks simply.
Your welcome