package org.onap.vid.services; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.onap.vid.changeManagement.ChangeManagementRequest; import org.onap.vid.changeManagement.ChangeManagementResponse; import org.springframework.http.ResponseEntity; import junit.framework.Assert; import static org.junit.Assert.*; public class ChangeManagementServiceTest { @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } @Test public void doChangeManagement_requestTypeIsUpdateVnfNotFound_doUpdateAndReturnNull() throws Exception { } }