Method Summary |
|
public void | setUp() |
public void | testSearchHitsDeleteAll() Deletions during search should not alter previously retrieved hits. |
public void | testSearchHitsDeleteEvery2ndHit() Deletions during search should not alter previously retrieved hits. |
public void | testSearchHitsDeleteEvery4thHit() Deletions during search should not alter previously retrieved hits. |
public void | testSearchHitsDeleteEvery8thHit() Deletions during search should not alter previously retrieved hits. |
public void | testSearchHitsDeleteEvery8thHitAndInAdvance() Deletions during search should not alter previously retrieved hits,
and deletions that affect total number of hits should throw the
correct exception when trying to fetch "too many". |
public void | testSearchHitsDeleteEvery90thHit() Deletions during search should not alter previously retrieved hits. |
public void | testSearchHitsDeleteInAdvance() Deletions that affect total number of hits should throw the
correct exception when trying to fetch "too many". |
public void | testSearchHitsDeleteIntermittent() Intermittent deletions during search, should not alter previously retrieved hits. |
public void | testSearchHitsNoDeletes() Verify that ok also with no deletions at all. |