proxy.getConnection().getPeer().getPeerBean().storage(new DenyingPutTestStorage());
// create the needed objects
UserCredentials credentials = NetworkTestUtil.generateRandomCredentials();
UserProfile testProfile = new UserProfile(credentials.getUserId());
IConsumeUserProfile context = new ConsumeProfileContext(testProfile);
// initialize the process and the one and only step to test
PutUserProfileStep step = new PutUserProfileStep(credentials, context, putter.getDataManager());
TestProcessComponentListener listener = new TestProcessComponentListener();
step.attachListener(listener);