summaryrefslogtreecommitdiffstats
path: root/ANR-App/src/test
diff options
context:
space:
mode:
authorvvarvate <vv00489503@techmahindra.com>2022-09-14 18:04:56 +0530
committervvarvate <vv00489503@techmahindra.com>2022-10-28 12:02:19 +0530
commitf94d8ec01991c9cfc8e4c74de2e763e72d4fbbbf (patch)
treed950078ceff5d702e263d965257643ce9ecd5eca /ANR-App/src/test
parent746cc0a4aa1ada72d98ed161322fb2bd1e359637 (diff)
Create RAN App in RAN-Sim to support A1-based action for SON Use Case
Issue-ID: INT-2129 Signed-off-by: vvarvate <vv00489503@techmahindra.com> Change-Id: Iba1bd825a612ea93ea5611dda818330bb399642c
Diffstat (limited to 'ANR-App/src/test')
-rw-r--r--ANR-App/src/test/java/org/onap/ranwebclient/webclient/WebclientApplicationTests.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/ANR-App/src/test/java/org/onap/ranwebclient/webclient/WebclientApplicationTests.java b/ANR-App/src/test/java/org/onap/ranwebclient/webclient/WebclientApplicationTests.java
new file mode 100644
index 0000000..66c4d96
--- /dev/null
+++ b/ANR-App/src/test/java/org/onap/ranwebclient/webclient/WebclientApplicationTests.java
@@ -0,0 +1,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() {
+ }
+}