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

/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java121 * @param hitList true if output should be written to a list instead of a
124 private void testGetContext(boolean limit, boolean hitList) argument
127 StringWriter out = hitList ? null : new StringWriter();
128 List<Hit> hits = hitList ? new ArrayList<Hit>() : null;
137 if (hitList) {
142 String expectedOutput = hitList
147 String actualOutput = hitList ? hits.get(0).getLine() : out.toString();
155 out = hitList ? null : new StringWriter();
156 hits = hitList ? new ArrayList<Hit>() : null;
161 if (hitList) {
[all...]

Completed in 8 milliseconds