adjust the code
[vfc/nfvo/wfengine.git] / rest-client / src / test / java / org / openo / baseservice / roa / util / TestServiceUtil.java
1 /*
2  * Copyright (c) 2016, Huawei Technologies Co., Ltd.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 package org.openo.baseservice.roa.util;
18
19 import org.junit.After;
20 import org.junit.AfterClass;
21 import org.junit.Before;
22 import org.junit.BeforeClass;
23 import org.junit.Test;
24
25 /**
26  * <br/>
27  * <p>
28  * </p>
29  * 
30  * @author
31  * @version SDNO 0.5 13-Jun-2016
32  */
33 public class TestServiceUtil {
34
35     /**
36      * <br/>
37      * 
38      * @throws java.lang.Exception
39      * @since SDNO 0.5
40      */
41     @BeforeClass
42     public static void setUpBeforeClass() throws Exception {
43     }
44
45     /**
46      * <br/>
47      * 
48      * @throws java.lang.Exception
49      * @since SDNO 0.5
50      */
51     @AfterClass
52     public static void tearDownAfterClass() throws Exception {
53     }
54
55     /**
56      * <br/>
57      * 
58      * @throws java.lang.Exception
59      * @since SDNO 0.5
60      */
61     @Before
62     public void setUp() throws Exception {
63     }
64
65     /**
66      * <br/>
67      * 
68      * @throws java.lang.Exception
69      * @since SDNO 0.5
70      */
71     @After
72     public void tearDown() throws Exception {
73     }
74
75     /**
76      * <br/>
77      * 
78      * @since SDNO 0.5
79      */
80     @Test
81     public void testGetServiceHost() {
82     }
83
84     /**
85      * <br/>
86      * 
87      * @since SDNO 0.5
88      */
89     @Test
90     public void testGetServicePort() {
91     }
92 }