Skip to content

Commit

Permalink
Add explicit note about Mockito 2 in the documentation
Browse files Browse the repository at this point in the history
Closes gh-8217
  • Loading branch information
snicoll committed Feb 7, 2017
1 parent 130e080 commit d42a54e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5204,6 +5204,13 @@ the following provided libraries:
* https://github.com/skyscreamer/JSONassert[JSONassert] -- An assertion library for JSON.
* https://github.com/jayway/JsonPath[JsonPath] -- XPath for JSON.


[NOTE]
====
By default, Spring Boot uses Mockito 1.x. However it's also possible to use 2.x if you
wish.
====

These are common libraries that we generally find useful when writing tests. You are free
to add additional test dependencies of your own if these don't suit your needs.

Expand Down

0 comments on commit d42a54e

Please sign in to comment.