Package org.jacoco.agent.rt.internal.output

Examples of org.jacoco.agent.rt.internal.output.NoneOutput


    case tcpserver:
      return new TcpServerOutput(logger);
    case tcpclient:
      return new TcpClientOutput(logger);
    case none:
      return new NoneOutput();
    default:
      throw new AssertionError(controllerType);
    }
  }
View Full Code Here

TOP

Related Classes of org.jacoco.agent.rt.internal.output.NoneOutput

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.