X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric-gateway%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fnonrtric%2Fgateway%2FGatewayApplicationTests.java;fp=nonrtric-gateway%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fnonrtric%2Fgateway%2FGatewayApplicationTests.java;h=c2ca7f3883b4c52e55681a01d2b96d588374e48e;hb=bccdfae0521c7aa6299b2dee2d887e945ffa3490;hp=0000000000000000000000000000000000000000;hpb=b025b9b3ed3dbe3dc3ccf4edd1fdac05373a8b80;p=portal%2Fnonrtric-controlpanel.git diff --git a/nonrtric-gateway/src/test/java/org/oransc/nonrtric/gateway/GatewayApplicationTests.java b/nonrtric-gateway/src/test/java/org/oransc/nonrtric/gateway/GatewayApplicationTests.java new file mode 100644 index 0000000..c2ca7f3 --- /dev/null +++ b/nonrtric-gateway/src/test/java/org/oransc/nonrtric/gateway/GatewayApplicationTests.java @@ -0,0 +1,32 @@ +/*- + * ========================LICENSE_START================================= + * O-RAN-SC + * %% + * Copyright (C) 2021 Nordix Foundation + * %% + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ========================LICENSE_END=================================== + */ + +package org.oransc.nonrtric.gateway; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class GatewayApplicationTests { + + @Test + void contextLoads() {} + +}