blob: 9814086496581f9a980a397e8a46c6f84b5a7944 [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001/*-
2 * ============LICENSE_START=======================================================
3 * OSAM Core
4 * ================================================================================
5 * Copyright (C) 2018 Netsia
6 * ================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
Aharoni, Pavel (pa0916)d2946182018-12-17 11:21:02 +020010 *
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +030011 * http://www.apache.org/licenses/LICENSE-2.0
Aharoni, Pavel (pa0916)d2946182018-12-17 11:21:02 +020012 *
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +030013 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20
21
22
Aharoni, Pavel (pa0916)d2946182018-12-17 11:21:02 +020023/*package org.onap.osam;
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +030024
25import org.junit.Test;
26import org.junit.runner.RunWith;
27import org.springframework.boot.test.context.SpringBootTest;
28import org.springframework.test.context.junit4.SpringRunner;
29
30@RunWith(SpringRunner.class)
31@SpringBootTest
32public class OsamApplicationTests {
33 @Test
34 public void contextLoads() {
35 }
36
Aharoni, Pavel (pa0916)d2946182018-12-17 11:21:02 +020037}*/