diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-10-05 19:03:37 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-10-05 19:03:37 +0530 |
commit | 75653ec22348991abf0a14c561eaef7dec9b67a4 (patch) | |
tree | 138c3bbc083fa04742995d74f66c1e38a2e99d50 /mso-api-handlers/mso-api-handler-infra/pom.xml | |
parent | 5c2d5ef7c999bf99a08d722f1347cf9518e1affa (diff) |
Adding UT for ApiHandlers
IsuueId: SO-191
Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index f9150fabf0..5a2c541225 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -240,6 +240,12 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <version>1.8</version> |