Added UnitTest cases for adapter.

This commit is contained in:
mfarid
2015-11-22 05:44:45 +05:30
parent ba3f583467
commit b577890db4
5 changed files with 89 additions and 31 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>