Beispiel #1
0
 /** Tests getOspfLsaType() getter method. */
 @Test
 public void testGetOspfLsaType() throws Exception {
   ospflsaType = summaryLsa.getOspfLsaType();
   assertThat(ospflsaType, is(notNullValue()));
   assertThat(ospflsaType, is(OspfLsaType.SUMMARY));
 }