org.fest.assertions.api.android.database
Class AbstractCursor_Assert

java.lang.Object
  extended by org.fest.assertions.api.AbstractAssert<S,A>
      extended by org.fest.assertions.api.android.database.AbstractCursorAssert<S,A>
          extended by org.fest.assertions.api.android.database.AbstractAbstractCursorAssert<AbstractCursor_Assert,android.database.AbstractCursor>
              extended by org.fest.assertions.api.android.database.AbstractCursor_Assert
All Implemented Interfaces:
org.fest.assertions.core.Assert<AbstractCursor_Assert,android.database.AbstractCursor>, org.fest.assertions.core.Descriptable<AbstractCursor_Assert>, org.fest.assertions.core.ExtensionPoints<AbstractCursor_Assert,android.database.AbstractCursor>

public final class AbstractCursor_Assert
extends AbstractAbstractCursorAssert<AbstractCursor_Assert,android.database.AbstractCursor>

Assertions for AbstractCursor instances.

This class is final. To extend use AbstractAbstractCursorAssert.


Field Summary
 
Fields inherited from class org.fest.assertions.api.AbstractAssert
actual, myself
 
Constructor Summary
AbstractCursor_Assert(android.database.AbstractCursor actual)
           
 
Method Summary
 
Methods inherited from class org.fest.assertions.api.android.database.AbstractAbstractCursorAssert
hasNotificationUri
 
Methods inherited from class org.fest.assertions.api.android.database.AbstractCursorAssert
hasColumn, hasColumnCount, hasColumns, hasCount, hasPosition, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isNotAfterLast, isNotBeforeFirst, isNotClosed, isNotFirst, isNotLast
 
Methods inherited from class org.fest.assertions.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCursor_Assert

public AbstractCursor_Assert(android.database.AbstractCursor actual)


Copyright © 2013 Square, Inc.. All Rights Reserved.