Mockito: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* http://site.mockito.org | * http://site.mockito.org | ||
* https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html | |||
* GitHub https://github.com/mockito/mockito | * GitHub https://github.com/mockito/mockito | ||
* https://github.com/mockito/mockito/wiki | * https://github.com/mockito/mockito/wiki |
Revision as of 23:16, 19 July 2021
External
- http://site.mockito.org
- https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html
- 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'
}