Class MultipleHasTopCalls

  • All Implemented Interfaces:
    IteratorTestCase

    public class MultipleHasTopCalls
    extends Object
    implements IteratorTestCase
    TestCase which asserts that multiple calls to SortedKeyValueIterator.hasTop() should not alter the internal state of the iterator and should not return different values due to multiple, sequential invocations.

    This test case will call hasTop() multiple times, verifying that each call returns the same value as the first.

    • Constructor Detail

      • MultipleHasTopCalls

        public MultipleHasTopCalls()