Package org.reactivestreams.tck

Examples of org.reactivestreams.tck.TestEnvironment


  private final Environment             env      = new Environment();
  private final Map<Thread, AtomicLong> counters = new ConcurrentHashMap<>();

  public StreamIdentityProcessorTests() {
    super(new TestEnvironment(2500, true), 3500);
  }
View Full Code Here

TOP

Related Classes of org.reactivestreams.tck.TestEnvironment

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.