ItEr25S07CUAsignacionGrupoRecursosAPlanificacionItEr24S08: Adding class extension easymock for mocking objects of classes that are not interfaces

This commit is contained in:
Óscar González Fernández 2009-09-08 16:26:21 +02:00 committed by Javier Moran Rua
parent d23a8f6a2b
commit 935d448108
2 changed files with 12 additions and 0 deletions

View file

@ -41,6 +41,11 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>

View file

@ -234,6 +234,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.4</version>
<scope>test</scope>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>