From: rn509j Date: Mon, 2 Oct 2017 01:36:35 +0000 (-0400) Subject: commiting code for test coverage X-Git-Tag: v1.0.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fd8f9858fe2c7dfdee55a1e136a63fb01d1a3162;p=dmaap%2Fmessagerouter%2Fmsgrtr.git commiting code for test coverage changed testcases DMAAP-149 Signed-off-by: rn509j Change-Id: I4dfeb3df44f85bfbd3a10ec1659c8618e31a10fb --- diff --git a/.gitignore b/.gitignore index b83d222..0f63015 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target/ +/bin/ diff --git a/.project b/.project new file mode 100644 index 0000000..885141a --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + msgrtr + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/pom.xml b/pom.xml index eaf44cd..09ef27f 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,42 @@ gson 2.8.0 + + org.mockito + mockito-all + 1.9.5 + test + + + + + com.fasterxml.jackson.core + jackson-core + 2.8.5 + test + + + + org.powermock + powermock-api-mockito + 1.5.6 + test + + + + org.powermock + powermock-module-junit4 + 1.5.6 + test + + + + org.powermock + powermock-module-junit4-rule + 1.5.6 + test + + DMaaP @@ -344,8 +380,8 @@ 2.12.4 - + @@ -361,13 +397,13 @@ - + + Note: This exclusion list should match + property above **/gen/** **/generated-sources/** @@ -376,29 +412,29 @@ - + pre-unit-test prepare-agent - + Sets the path to the file which contains the execution data. ${project.build.directory}/code-coverage/jacoco-ut.exec - + surefireArgLine - + post-unit-test test @@ -406,9 +442,9 @@ report - + Sets the path to the file which contains the execution data. ${project.build.directory}/code-coverage/jacoco-ut.exec - + Sets the output directory for the code coverage report. ${project.reporting.outputDirectory}/jacoco-ut @@ -419,19 +455,19 @@ prepare-agent - + Sets the path to the file which contains the execution data. ${project.build.directory}/code-coverage/jacoco-it.exec - + failsafeArgLine - + post-integration-test post-integration-test @@ -439,15 +475,15 @@ report - + Sets the path to the file which contains the execution data. ${project.build.directory}/code-coverage/jacoco-it.exec - + Sets the output directory for the code coverage report. ${project.reporting.outputDirectory}/jacoco-it - + --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file