Add proper unit tests for async-method-invocation #293

This commit is contained in:
Jeroen Meulemeester
2015-12-06 13:43:01 +01:00
parent 507b89d5e4
commit 1884df525b
2 changed files with 306 additions and 0 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>