MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / parse

Method parse

src/main/java/wycc/util/testing/TestFile.java:252–254  ·  view source on GitHub ↗
(InputStream in)

Source from the content-addressed store, hash-verified

250 }
251
252 public static TestFile parse(InputStream in) throws IOException {
253 return parse(new InputStreamReader(in));
254 }
255
256 public static TestFile parse(Reader in) throws IOException {
257 HashMap<String,Object> config = new HashMap<>();

Callers 2

readTestFileMethod · 0.95
mainMethod · 0.95

Calls 4

parseLinesMethod · 0.95
parseConfigMethod · 0.95
parseFrameMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected