Searched refs:hitList (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java130 * @param hitList true if output should be written to a list instead of
134 private static void testGetContext(boolean limit, boolean hitList) argument
138 StringWriter out = hitList ? null : new StringWriter();
139 List<Hit> hits = hitList ? new ArrayList<Hit>() : null;
148 if (hitList) {
153 String expectedOutput = hitList
158 String actualOutput = hitList ? hits.get(0).getLine() : out.toString();
166 out = hitList ? null : new StringWriter();
167 hits = hitList ? new ArrayList<Hit>() : null;
172 if (hitList) {
[all...]

Completed in 6 milliseconds