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

/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java119 public void testGetContext() throws ParseException { method in class:ContextTest
120 testGetContext(true, true); // limited scan, output to list
121 testGetContext(false, true); // unlimited scan, output to list
122 testGetContext(true, false); // limited scan, output to writer
123 testGetContext(false, false); // unlimited scan, output to writer
134 private static void testGetContext(boolean limit, boolean hitList) method in class:ContextTest

Completed in 596 milliseconds