Package org.infinitest

Examples of org.infinitest.CoreStatus


  private List<TestEvent> noEvents() {
    return emptyList();
  }

  private void setStatus(CoreStatus newStatus) {
    CoreStatus oldStatus = status;
    status = newStatus;
    fireStatusChanged(oldStatus, newStatus);
  }
View Full Code Here

TOP

Related Classes of org.infinitest.CoreStatus

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.