Create module for Portal Spring Boot version
[portal.git] / portal-BE / src / test / java / org / onap / portal / PortalApplicationTests.java
diff --git a/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java b/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java
new file mode 100644 (file)
index 0000000..24871dc
--- /dev/null
@@ -0,0 +1,13 @@
+package org.onap.portal;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class PortalApplicationTests {
+
+       @Test
+       void contextLoads() {
+       }
+
+}