diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-04-26 15:48:26 +0300 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-04-27 08:36:59 +0300 |
commit | e4669311978a91e4af8f079fb10e5aaaff4fef14 (patch) | |
tree | 82b7ae73664423cc337283b15950fd30b782ec81 /pom.xml | |
parent | 1a5cc6ecb2e1a59c024b1bcd4b86d442e24dc300 (diff) |
new unit tests for be and model
Change-Id: Ia0cb140eb512320871724d782b35a2318184f42c
Issue-ID: SDC-1170
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -84,6 +84,7 @@ <!--TESTING--> <mockito.version>2.12.0</mockito.version> + <jmockit.version>1.33</jmockit.version> <junit.version>4.12</junit.version> <assertj.version>3.8.0</assertj.version> <testng.version>6.9.10</testng.version> @@ -146,6 +147,12 @@ <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> </dependency> + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>${jmockit.version}</version> + </dependency> + <dependency> <groupId>com.github.tomakehurst</groupId> |