diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-09-17 23:00:54 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-19 08:17:58 +0200 |
commit | a00c72fe1dfe3ee9cd649b7f7b9e8a91e54e6463 (patch) | |
tree | 78a5f8a1ee6286e3a6de542127cc1f6de56e4ba8 /lisp/lisp2vpp/pom.xml | |
parent | d4306a3988563c1a633c257da3649342453cca88 (diff) |
HONEYCOMB-196: unit test for LispModule
Increases test coverage of lisp plugin to approximately 43%.
Change-Id: I2d60eae05dab9c4277f1b601616b9be4262de7eb
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'lisp/lisp2vpp/pom.xml')
-rwxr-xr-x | lisp/lisp2vpp/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index 3a5942ad5..3553a2a07 100755 --- a/lisp/lisp2vpp/pom.xml +++ b/lisp/lisp2vpp/pom.xml @@ -89,5 +89,15 @@ <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.google.inject.extensions</groupId> + <artifactId>guice-testlib</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |