mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-19 20:21:12 +00:00
Merge pull request #119 from colinbut/master
Added test classes for Controllers plus tests for PetTypeFormatter
This commit is contained in:
commit
2398c4d798
7 changed files with 523 additions and 6 deletions
13
pom.xml
13
pom.xml
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
<!-- Test -->
|
||||
<assertj.version>2.2.0</assertj.version>
|
||||
<mockito.version>1.10.19</mockito.version>
|
||||
<hamcrest.version>1.3</hamcrest.version>
|
||||
|
||||
<!-- Dates -->
|
||||
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
||||
|
|
@ -238,6 +240,17 @@
|
|||
<version>${assertj.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-all</artifactId>
|
||||
<version>${mockito.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
<version>${hamcrest.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Dandelion -->
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue