// Create Mocks
// =====================================================================
cacheMock = new CacheMock("cacheMock", expectations);
rootGroupMock = new GroupMock("rootGroupMock", expectations);
partitionsMock = new RemotePartitionsMock("partitionsMock",
expectations);
localPartitionConstraintsMock =
new PolicyCachePartitionConstraintsMock(
"localPartitionConstraintsMock", expectations);
remotePartitionConstraintsMock =
new PolicyCachePartitionConstraintsMock(
"remotePartitionConstraintsMock", expectations);
localGroupMock = new GroupMock("localGroupMock", expectations);
defaultLocalGroupMock = new GroupMock("defaultLocalGroupMock",
expectations);
remoteGroupMock = new GroupMock("remoteGroupMock", expectations);
defaultRemoteGroupMock = new GroupMock("defaultRemoteGroupMock",
expectations);
projectMock = new RuntimeProjectMock("projectMock", expectations);
sourceMock = new RemotePolicySourceMock("sourceMock", expectations);