Work on #403, added application class and test cases.

This commit is contained in:
Narendra Pathai
2016-07-21 19:13:42 +05:30
parent ea7503414e
commit 102341443d
9 changed files with 314 additions and 200 deletions

View File

@ -43,5 +43,10 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.iluwatar</groupId>
<artifactId>async-method-invocation</artifactId>
<version>1.13.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>