proxy.getConnection().getPeer().getPeerBean().storage(new DenyingPutTestStorage());
// create the needed objects
String userId = proxy.getNodeId();
Locations newLocations = new Locations(userId);
newLocations.addPeerAddress(putter.getConnection().getPeer().getPeerAddress());
KeyPair protectionKeys = EncryptionUtil.generateRSAKeyPair();
// initialize the process and the one and only step to test
PutLocationContext context = new PutLocationContext(newLocations, protectionKeys);
PutUserLocationsStep step = new PutUserLocationsStep(context, context, putter.getDataManager());