Work on #403, removed dependency on async method invocation module, added more tests

This commit is contained in:
Narendra Pathai
2016-07-22 16:47:52 +05:30
parent 4bd1f14cfb
commit 2b945ca27f
5 changed files with 275 additions and 76 deletions

View File

@ -43,10 +43,5 @@
<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>