Mockito: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
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 | |||
* https://github.com/mockito/mockito/wiki | * https://github.com/mockito/mockito/wiki | ||
* https://www.baeldung.com/mockito-series | * https://www.baeldung.com/mockito-series | ||
Line 9: | Line 11: | ||
* [[PowerMock]] | * [[PowerMock]] | ||
* [[JUnit#Overview|JUnit]] | * [[JUnit#Overview|JUnit]] | ||
* [[Hamcrest]] | |||
=Distributions= | =Distributions= | ||
Line 21: | Line 24: | ||
* [[Mockito Concepts|Concepts]] | * [[Mockito Concepts|Concepts]] | ||
* [[Mockito Programming Model|Programming Model]] | * [[Mockito Programming Model|Programming Model]] | ||
* [[Spring_Boot_Mockito_Support|Spring Boot Mockito Support]] |
Latest revision as of 01:03, 3 October 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'
}