Searched refs:ExecutionDataReader (Results 1 – 8 of 8) sorted by relevance
57 final ExecutionDataReader reader = createReader(); in testEmpty()92 final ExecutionDataReader reader = new ExecutionDataReader( in testCustomBlocks()281 private ExecutionDataReader createReaderWithVisitors() throws IOException { in createReaderWithVisitors()282 final ExecutionDataReader reader = createReader(); in createReaderWithVisitors()310 protected ExecutionDataReader createReader() throws IOException { in createReader()311 return new ExecutionDataReader(new ByteArrayInputStream( in createReader()
23 import org.jacoco.core.data.ExecutionDataReader;55 final ExecutionDataReader reader = new ExecutionDataReader( in load()
20 import org.jacoco.core.data.ExecutionDataReader;62 final ExecutionDataReader reader = new ExecutionDataReader(in); in dump()
36 import org.jacoco.core.data.ExecutionDataReader;178 ExecutionDataReader reader = new ExecutionDataReader( in testGetSetSessionId()218 ExecutionDataReader reader = new ExecutionDataReader( in testGetExecutionData()
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()
25 public class ExecutionDataReader { class44 public ExecutionDataReader(final InputStream input) { in ExecutionDataReader() method in ExecutionDataReader
22 import org.jacoco.core.data.ExecutionDataReader;