Examples of EarlyResponse


Examples of de.scoopgmbh.copper.tranzient.DefaultEarlyResponseContainer.EarlyResponse

public class DefaultEarlyResponseContainerTest {

  @Test
  public void test() {
    EarlyResponse x = new DefaultEarlyResponseContainer.EarlyResponse(null, Long.MAX_VALUE-100);
    org.junit.Assert.assertEquals(x.ts, Long.MAX_VALUE);
  }
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.