Package org.zalando.fahrschein.test
Class AbstractCursorManagerTest
- java.lang.Object
-
- org.zalando.fahrschein.test.AbstractCursorManagerTest
-
@Transactional public abstract class AbstractCursorManagerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractCursorManagerTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.zalando.fahrschein.CursorManagercursorManager()voidshouldBeEmptyByDefault()voidshouldCreateCursorOnSuccess()voidshouldCreateCursorsForMultiplePartitions()voidshouldUpdateCursorOnSuccess()
-
-
-
Method Detail
-
cursorManager
protected abstract org.zalando.fahrschein.CursorManager cursorManager()
-
shouldBeEmptyByDefault
public void shouldBeEmptyByDefault() throws IOException- Throws:
IOException
-
shouldCreateCursorOnSuccess
public void shouldCreateCursorOnSuccess() throws IOException- Throws:
IOException
-
shouldUpdateCursorOnSuccess
public void shouldUpdateCursorOnSuccess() throws IOException- Throws:
IOException
-
shouldCreateCursorsForMultiplePartitions
public void shouldCreateCursorsForMultiplePartitions() throws IOException- Throws:
IOException
-
-