Ejemplo n.º 1
0
 @Test
 public void testSetNodeSid() throws Exception {
   config.setNodeSid(200);
   assertThat(config.nodeSid(), is(200));
 }
Ejemplo n.º 2
0
 @Test
 public void testNodeSid() throws Exception {
   assertThat(config.nodeSid(), is(101));
 }