final String USER = "thorogood@google.com";
final String WAVE = "foowave";
final AtomicBoolean receivedOpenRequest = new AtomicBoolean(false);
final CountDownLatch responseLatch = new CountDownLatch(2);
final List<ProtocolWaveletUpdate> responses = Lists.newArrayList();
final ProtocolWaveletUpdate cannedResponse =
ProtocolWaveletUpdate.newBuilder().setWaveletName(WAVE).build();
// Generate fairly dummy RPC implementation.
WaveClientRpc.ProtocolWaveClientRpc.Interface rpcImpl =
new WaveClientRpc.ProtocolWaveClientRpc.Interface() {