Added error storing in the forwarding runnable. Added tests

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
2018-11-24 21:07:28 -05:00
parent dfca63b179
commit 85ef68f6ae
3 changed files with 80 additions and 3 deletions

View File

@@ -50,6 +50,12 @@
<artifactId>gclc</artifactId>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>