Added UnitTest cases for factory method.

This commit is contained in:
mfarid
2015-11-22 05:46:14 +05:30
parent e5614e5a20
commit ced317bc9d
6 changed files with 99 additions and 28 deletions

View File

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