MCPcopy Create free account
hub / github.com/apache/calcite / returns

Method returns

piglet/src/test/java/org/apache/calcite/test/Fluent.java:60–66  ·  view source on GitHub ↗
(final String out)

Source from the content-addressed store, hash-verified

58 }
59
60 public Fluent returns(final String out)
61 throws ParseException {
62 return returns(s -> {
63 assertThat(s, is(out));
64 return null;
65 });
66 }
67
68 public Fluent returnsUnordered(String... lines) throws ParseException {
69 final List<String> expectedLines =

Callers 15

returnsUnorderedMethod · 0.95
testDuMethod · 0.45
testDuFilterSortLimitMethod · 0.45
testPsMethod · 0.45
testPsDistinctMethod · 0.45
testGitCommitsMethod · 0.45
testJpsMethod · 0.45
testVmstatMethod · 0.45
checkOsQueryMethod · 0.45
testSelectAllMethod · 0.45
testSelectAll2Method · 0.45

Calls 9

parseProgramMethod · 0.95
createMethod · 0.95
configMethod · 0.95
toLinuxMethod · 0.95
isMethod · 0.80
buildMethod · 0.65
applyMethod · 0.65
toStringMethod · 0.65
handleMethod · 0.45

Tested by

no test coverage detected