HibernateTransactionDecorator decorator = newHibernateSessionManagerDecorator(manager);
RuntimeException re = new RuntimeException("Unexpected.");
delegate.perform();
TestBase.setThrowable(re);
manager.abort();
replay();
Performer interceptor = decorator.build(Performer.class, delegate, "foo.Bar");