/**
* Sets up {@link ApiProxy} with {@link MockEnvironment} and
* {@link ApiProxyLocalImpl}.
*/
public void setUp() {
ApiProxy.setEnvironmentForCurrentThread(new MockEnvironment());
ApiProxy.setDelegate(new ApiProxyLocalImpl(new File(".")) {
// nothing here
});
}