/**
* Tests that all the mock objects can be initialised correctly.
*/
public void testInitialisation() {
new AclMock("acl", expectations);
new AclEntryMock("aclEntry", expectations);
new GroupMock("group", expectations);
new OwnerMock("owner", expectations);
new PermissionMock("permission", expectations);
}