Package de.scoopgmbh.copper.tranzient.DefaultEarlyResponseContainer

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

Related Classes of de.scoopgmbh.copper.tranzient.DefaultEarlyResponseContainer.EarlyResponse

Copyright © 2018 www.massapicom. 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.