{
context.checking(new Expectations()
{
{
oneOf(actionContext).getParams();
will(returnValue(new SendWelcomeEmailRequest("somebody@example.com", "somebody1")));
oneOf(emailerFactory).createMessage();
will(returnValue(message));
oneOf(emailerFactory).setTo(message, "somebody@example.com");