Package org.jacoco.core.runtime

Examples of org.jacoco.core.runtime.RemoteControlWriter.visitSessionInfo()


      public void visitDumpCommand(boolean dump, boolean reset)
          throws IOException {
        dumpRequested = dump;
        resetRequested = reset;
        if (dump) {
          writer.visitSessionInfo(new SessionInfo("TestId", 100, 200));
        }
        writer.sendCmdOk();
      }
    });
    reader.read();
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.