/** {@inheritDoc} */
  @Override
  protected void afterTestsStopped() throws Exception {
    router.stop();

    super.afterTestsStopped();
  }