diff options
author | 2019-06-24 11:03:58 +0000 | |
---|---|---|
committer | 2019-06-24 11:03:58 +0000 | |
commit | 5a55b790e8afa3131fd5f894e5d1b1e036dc4cd1 (patch) | |
tree | 950cfa7f24529c9b32cbb508fe22c5444e22db74 /datarouter-node/pom.xml | |
parent | cf112f2d9ff43759a3aef38cb11dbbfc0a050e02 (diff) |
Add test cases for 65% branch coverage
Format the Test classes to adhere to ONAP Java style
Change-Id: I9efad3caa532c4db73bb20327d0356b3af5ed2b1
Issue-ID: DMAAP-1195
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 06aa3fcf..a4de6f76 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -128,6 +128,11 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <version>3.1.6</version> + </dependency> </dependencies> <profiles> <profile> |