added assert statements in 5 test files
[ccsdk/sli/adaptors.git] / aai-service / provider / src / test / java / org / onap / ccsdk / sli / adaptors / aai / ActionUpdateTest.java
index 607182e..64f9b45 100755 (executable)
@@ -19,6 +19,7 @@ public class ActionUpdateTest {
     public void setActionData() throws Exception {
         final Action resolver = new Action();
         resolver.setActionData( new ArrayList<ActionDatum>());
+        assertNotNull(resolver);
     }
 
     @Test