365366367368369370371
userService.isUserAdmin(); } @Test(expected = UserServiceFailureException.class) public void testException() { throw new UserServiceFailureException("Test!"); }