Merge "Bug-835:Reserve ports should be logical ports"
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / messages / FindPrimaryTest.java
1 package org.opendaylight.controller.cluster.datastore.messages;
2
3 import org.junit.Test;
4
5 public class FindPrimaryTest {
6
7     @Test
8     public void testNewBuilderForType() throws Exception {
9
10     }
11
12     @Test
13     public void testToBuilder() throws Exception {
14
15     }
16
17     @Test
18     public void testGetDefaultInstanceForType() throws Exception {
19
20     }
21 }