Increase test coverage for plugins-executor-jython 39/79239/2
authorning.xi <ning.xi@est.tech>
Thu, 28 Feb 2019 03:01:19 +0000 (03:01 +0000)
committerning.xi <ning.xi@est.tech>
Thu, 28 Feb 2019 03:01:19 +0000 (03:01 +0000)
commit51a3553469d4d324e8cb71f2ef057d5c099c9b38
tree05134c328212a0bdf944c9644df47fed39bc04a0
parent3bbf5d0d753fa4ac55c9e5a31ae450a5bcfc6a28
Increase test coverage for plugins-executor-jython

Add junit test cases into apex-pdp/plugins/plugins-executor-jython

Issue-ID: POLICY-1523
Change-Id: I2545a9cefc6b4b9a53200b98081ddd8bc8274b40
Signed-off-by: ning.xi <ning.xi@est.tech>
plugins/plugins-executor/plugins-executor-jython/src/main/java/org/onap/policy/apex/plugins/executor/jython/JythonStateFinalizerExecutor.java
plugins/plugins-executor/plugins-executor-jython/src/main/java/org/onap/policy/apex/plugins/executor/jython/JythonTaskExecutor.java
plugins/plugins-executor/plugins-executor-jython/src/main/java/org/onap/policy/apex/plugins/executor/jython/JythonTaskSelectExecutor.java
plugins/plugins-executor/plugins-executor-jython/src/test/java/org/onap/policy/apex/plugins/executor/jython/JythonExecutorParametersTest.java [new file with mode: 0644]
plugins/plugins-executor/plugins-executor-jython/src/test/java/org/onap/policy/apex/plugins/executor/jython/JythonStateFinalizerExecutorTest.java [new file with mode: 0644]
plugins/plugins-executor/plugins-executor-jython/src/test/java/org/onap/policy/apex/plugins/executor/jython/JythonTaskExecutorTest.java [new file with mode: 0644]
plugins/plugins-executor/plugins-executor-jython/src/test/java/org/onap/policy/apex/plugins/executor/jython/JythonTaskSelectExecutorTest.java [new file with mode: 0644]