Increase test coverage for plugins-executor-jruby 37/79237/2
authorshaoqiu <tim.huang@est.tech>
Thu, 28 Feb 2019 02:56:02 +0000 (02:56 +0000)
committershaoqiu <tim.huang@est.tech>
Thu, 28 Feb 2019 02:56:02 +0000 (02:56 +0000)
commit12808a84f490dabee88546bd32f0fb8b6abc287c
treef2300de06b52974b433cf655dd2515ad83f240a4
parent3bbf5d0d753fa4ac55c9e5a31ae450a5bcfc6a28
Increase test coverage for plugins-executor-jruby

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

Issue-ID: POLICY-1523
Change-Id: I2ed06a69cf991d744aa5c4c69f605fdf1dca6524
Signed-off-by: shaoqiu <tim.huang@est.tech>
plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyStateFinalizerExecutor.java
plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskExecutor.java
plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskSelectExecutor.java
plugins/plugins-executor/plugins-executor-jruby/src/test/java/org/onap/policy/apex/plugins/executor/jruby/JrubyExecutorParametersTest.java [new file with mode: 0644]
plugins/plugins-executor/plugins-executor-jruby/src/test/java/org/onap/policy/apex/plugins/executor/jruby/JrubyStateFinalizerExecutorTest.java [new file with mode: 0644]
plugins/plugins-executor/plugins-executor-jruby/src/test/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskExecutorTest.java [new file with mode: 0644]
plugins/plugins-executor/plugins-executor-jruby/src/test/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskSelectExecutorTest.java [new file with mode: 0644]