{
ActivityDTO currentActivity = PostActivityTestHelpers.buildActivityDTO(
PostActivityTestHelpers.DestinationStreamTestState.VALID, false, testComment, DESTINATION_ID);
currentRequest = new PostActivityRequest(currentActivity);
currentActionContext = new ServiceActionContext(currentRequest, currentPrincipal);
context.checking(new Expectations()
{
{
oneOf(postVerbValMock).validate(with(any(ActivityDTO.class)));