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

/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java110 public void testGetContext() throws ParseException { method in class:ContextTest
111 testGetContext(true, true); // limited scan, output to list
112 testGetContext(false, true); // unlimited scan, output to list
113 testGetContext(true, false); // limited scan, output to writer
114 testGetContext(false, false); // unlimited scan, output to writer
124 private void testGetContext(boolean limit, boolean hitList) method in class:ContextTest

Completed in 8 milliseconds