/** Test method for {@link VtnNodeEvent#getUpdateType()}. */
  @Test
  public void testnotifyEvent() {

    try {
      vtnNodeEvent.notifyEvent();
    } catch (Exception ex) {

      Assert.assertFalse(ex instanceof VTNException);
    }
  }