one(mockFacetedMethod).getIdentifier();
will(returnValue(Identifier.actionIdentifier("Customer", "reduceheadcount")));
}
});
action = new ObjectActionImpl(mockFacetedMethod, new ObjectMemberContext(DeploymentCategory.PRODUCTION, mockAuthenticationSessionProvider, mockSpecificationLookup, mockAdapterManager, mockQuerySubmitter, mockCollectionTypeRegistry, mockServicesProvider));
}