Mockito: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=External= | =External= | ||
* http://site.mockito.org | * http://site.mockito.org | ||
* GitHub https://github.com/mockito/mockito | |||
* https://github.com/mockito/mockito/wiki | * https://github.com/mockito/mockito/wiki | ||
* https://www.baeldung.com/mockito-series | * https://www.baeldung.com/mockito-series |
Revision as of 19:03, 16 July 2021
External
- http://site.mockito.org
- GitHub https://github.com/mockito/mockito
- https://github.com/mockito/mockito/wiki
- https://www.baeldung.com/mockito-series
- https://www.vogella.com/tutorials/Mockito/article.html
Internal
Distributions
mockito-core
dependencies {
testImplementation 'org.mockito:mockito-core:3.11.2'
}