@Override
  public void testRollbackOnAppExceptionWithRollbackException() throws Throwable {

    super.testRollbackOnAppExceptionWithRollbackException();

    _recordTransactionLifecycleListener.verify(appException);
  }