Package ubic.gemma.core.search
Class SearchResultSetTest
- java.lang.Object
-
- ubic.gemma.core.search.SearchResultSetTest
-
public class SearchResultSetTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchResultSetTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
void
testAddWhenMaxResultsIsReached()
void
testMergingHighlightWhenReplacingAResult()
void
testMergingHighlightWhenRetainingAnExistingResult()
void
testResultObjectIsRetainedWhenReplacingAResult()
-
-
-
Method Detail
-
test
public void test()
-
testResultObjectIsRetainedWhenReplacingAResult
public void testResultObjectIsRetainedWhenReplacingAResult()
-
testAddWhenMaxResultsIsReached
public void testAddWhenMaxResultsIsReached()
-
testMergingHighlightWhenReplacingAResult
public void testMergingHighlightWhenReplacingAResult()
-
testMergingHighlightWhenRetainingAnExistingResult
public void testMergingHighlightWhenRetainingAnExistingResult()
-
-