summaryrefslogtreecommitdiffstats
path: root/ANR-App/src/test/java/org/onap/ranwebclient/webclient/WebclientApplicationTests.java
blob: 66c4d96931edf3c19527ca78572d42ff942b3033 (plain)
1
2
3
4
5
6
7
8
9
package org.onap.ranwebclient.webclient;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WebclientApplicationTests {
 @Test
 void contextLoads() {
 }
}