Portal Spring Boot Development
[portal.git] / portal-BE / src / test / java / org / onap / portal / PortalApplicationTests.java
index 24871dc..4da4f68 100644 (file)
@@ -1,9 +1,14 @@
 package org.onap.portal;
 
 import org.junit.jupiter.api.Test;
+import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.test.context.TestPropertySource;
+import org.springframework.test.context.junit4.SpringRunner;
 
+@RunWith(SpringRunner.class)
 @SpringBootTest
+@TestPropertySource(locations="classpath:test.properties")
 class PortalApplicationTests {
 
        @Test