public abstract class AbstractCursorAssert<S extends AbstractCursorAssert<S,A>,A extends android.database.Cursor>
extends <any>
| Constructor and Description |
|---|
AbstractCursorAssert(A actual,
java.lang.Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
S |
hasColumn(java.lang.String name) |
S |
hasColumnCount(int count) |
S |
hasColumns(java.lang.String... names) |
S |
hasCount(int count) |
S |
hasPosition(int position) |
S |
isAfterLast() |
S |
isBeforeFirst() |
S |
isClosed() |
S |
isFirst() |
S |
isLast() |
S |
isNotAfterLast() |
S |
isNotBeforeFirst() |
S |
isNotClosed() |
S |
isNotFirst() |
S |
isNotLast() |
public S hasColumnCount(int count)
public S hasColumn(java.lang.String name)
public S hasColumns(java.lang.String... names)
public S hasCount(int count)
public S hasPosition(int position)
public S isAfterLast()
public S isNotAfterLast()
public S isBeforeFirst()
public S isNotBeforeFirst()
public S isClosed()
public S isNotClosed()
public S isFirst()
public S isNotFirst()
public S isLast()
public S isNotLast()