Merge "BUG 484 Anyxml normalized node"
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / implementation / src / test / java / org / opendaylight / controller / sal / connector / remoterpc / RemoteRpcProviderTest.java
1 package org.opendaylight.controller.sal.connector.remoterpc;
2
3 import org.junit.After;
4 import org.junit.Before;
5 import org.junit.Test;
6
7 public class RemoteRpcProviderTest {
8   @Before
9   public void setUp() throws Exception {
10
11   }
12
13   @After
14   public void tearDown() throws Exception {
15
16   }
17
18   @Test
19   public void testSetRoutingTableProvider() throws Exception {
20
21   }
22
23   @Test
24   public void testOnSessionInitiated() throws Exception {
25
26   }
27
28   @Test
29   public void testGetSupportedRpcs() throws Exception {
30
31   }
32
33   @Test
34   public void testGetProviderFunctionality() throws Exception {
35
36   }
37
38   @Test
39   public void testInvokeRpc() throws Exception {
40
41   }
42
43   @Test
44   public void testInvokeRoutedRpc() throws Exception {
45
46   }
47
48   @Test
49   public void testStart() throws Exception {
50
51   }
52
53   @Test
54   public void testClose() throws Exception {
55
56   }
57
58   @Test
59   public void testStop() throws Exception {
60
61   }
62 }