Add Unit Tests.
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / test / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / vfcadaptor / VfcadaptorApplicationTests.java
index 288770f..ecf77fc 100644 (file)
@@ -21,12 +21,15 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
+import static org.assertj.core.api.Assertions.assertThat;
+
 @RunWith(SpringRunner.class)
-@SpringBootTest
+//@SpringBootTest
 public class VfcadaptorApplicationTests {
 
        @Test
-       public void contextLoads() {
+       public void aapTest() {
+               assertThat("kcom").isEqualTo("kcom");
        }
 
 }