private MockAuthorisationManager manager;
private ActionAuthorisation action;
protected void setUp() throws Exception {
StaticContext.createInstance();
DummyActionPeer peer = new DummyActionPeer();
manager = new MockAuthorisationManager();
action = new ActionAuthorisation(peer, manager);
}