Beispiel #1
0
 /** Tests networkMask() setter method. */
 @Test
 public void testSetNetworkMask() throws Exception {
   summaryLsa.setNetworkMask(Ip4Address.valueOf("10.226.165.164"));
   result = summaryLsa.networkMask();
   assertThat(result, is(Ip4Address.valueOf("10.226.165.164")));
 }