allowing(mockConfiguration).getString(ExplorationAuthenticatorConstants.NAKEDOBJECTS_USERS);
will(returnValue(DeploymentType.EXPLORATION.name()));
}
});
explorationRequest = new AuthenticationRequestExploration();
someOtherRequest = new SomeOtherAuthenticationRequest();
authenticator = new ExplorationAuthenticator(mockConfiguration);
}