public void testRoleCheckinRequired()
{
// RestResourceFullAnnotated uses annotation AuthorizeInvocation
// hence it needs a roleCheckingStrategy to be built
exception.expect(WicketRuntimeException.class);
new RestResourceFullAnnotated(new JsonTestWebSerialDeserial());
}