Added UnitTest cases for business delegate.

This commit is contained in:
mfarid
2015-11-22 05:45:14 +05:30
parent b577890db4
commit 012b638023
6 changed files with 127 additions and 44 deletions

View File

@ -15,5 +15,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>