migration from EasyMock to Mockito

This commit is contained in:
Will Schipp
2013-02-06 13:45:18 -05:00
committed by Dave Syer
parent a06f4ad389
commit 7e1e66d677
78 changed files with 772 additions and 1279 deletions

View File

@@ -42,10 +42,6 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -250,6 +246,11 @@
<artifactId>spring-rabbit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>