diff options
author | Murali-P <murali.p@huawei.com> | 2017-04-04 16:19:45 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2017-04-04 16:19:45 +0530 |
commit | 7cae082727705edc04a2686167f2cb0bbd5f55cc (patch) | |
tree | cfdfda467f90e82532d6094ba26037131247d608 /vnf-sdk-function-test/pom.xml | |
parent | 4ee72619a7b93e187771aa23284387a8196dde7d (diff) |
Add unit tests
Resolved:VNFSDK-21
VNF SDK Function tests
Change-Id: I8ed06549a0c741b4a5f46ce7d5ad8ce68b730aac
Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index a1aa46e..b9c783c 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -240,5 +240,16 @@ <scope>test</scope> </dependency> <!-- UT end --> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.9.5</version> + </dependency> + <!-- https://mvnrepository.com/artifact/org.jmockit/jmockit --> + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>1.19</version> + </dependency> </dependencies> </project> |