Searched refs:ExecutionDataReader (Results 1 – 8 of 8) sorted by relevance
58 final ExecutionDataReader reader = createReader(); in testEmpty()93 final ExecutionDataReader reader = new ExecutionDataReader( in testCustomBlocks()300 private ExecutionDataReader createReaderWithVisitors() throws IOException { in createReaderWithVisitors()301 final ExecutionDataReader reader = createReader(); in createReaderWithVisitors()329 protected ExecutionDataReader createReader() throws IOException { in createReader()330 return new ExecutionDataReader(new ByteArrayInputStream( in createReader()
20 import org.jacoco.core.data.ExecutionDataReader;62 final ExecutionDataReader reader = new ExecutionDataReader(in); in dump()
23 import org.jacoco.core.data.ExecutionDataReader;55 final ExecutionDataReader reader = new ExecutionDataReader( in load()
24 import org.jacoco.core.data.ExecutionDataReader;62 final ExecutionDataReader reader = new ExecutionDataReader(in); in dump()
17 import org.jacoco.core.data.ExecutionDataReader;22 public class RemoteControlReader extends ExecutionDataReader {
26 import org.jacoco.core.data.ExecutionDataReader;138 final ExecutionDataReader reader = new ExecutionDataReader(in); in assertFileContents()
24 public class ExecutionDataReader { class43 public ExecutionDataReader(final InputStream input) { in ExecutionDataReader() method in ExecutionDataReader
22 import org.jacoco.core.data.ExecutionDataReader;