Added UnitTest cases for command.

This commit is contained in:
mfarid
2015-11-22 05:45:45 +05:30
parent 012b638023
commit e5614e5a20
3 changed files with 76 additions and 19 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>