throw new AssertionError("Expected addMember to fail but it didn't");
} catch (UnsupportedOperationException uoe) {}
try
{
groupInstance.removeMember(user2DN);
throw new AssertionError("Expected removeMember to fail but it didn't");
} catch (UnsupportedOperationException uoe) {}
groupInstance.toString(new StringBuilder());