@Override
  public void testRollbackOnAppException() throws Throwable {
    super.testRollbackOnAppException();

    _recordTransactionLifecycleListener.verify(appException);
  }