allowing(mockAuthenticationSession).getMessageBroker();
will(returnValue(mockMessageBroker));
}});
transactionManager = new IsisTransactionManager(mockPersistenceSession, mockObjectStore, new ServicesInjectorDefault()) {
@Override
public AuthenticationSession getAuthenticationSession() {
return mockAuthenticationSession;
}
};