Examples of onRemoteBlipContentModified()


Examples of org.waveprotocol.wave.model.wave.WaveletListener.onRemoteBlipContentModified()

    target.markAsRead(blip);

    timer.tick(LocalSupplementedWaveImpl.REPEAT_MS);
    reset(supplement); // Ignore anything that happened before now.
    listener.onRemoteBlipContentModified(root, blip.hackGetRaw());
    // Expect that target removed the blip from the auto-read collection.
    timer.tick(LocalSupplementedWaveImpl.REPEAT_MS);
    verify(supplement, never()).markAsRead(blip);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.