Uses of Interface
org.fest.assertions.core.IndexedObjectEnumerableAssert

Packages that use IndexedObjectEnumerableAssert
org.fest.assertions.api   
org.fest.assertions.core   
 

Uses of IndexedObjectEnumerableAssert in org.fest.assertions.api
 

Classes in org.fest.assertions.api that implement IndexedObjectEnumerableAssert
 class ListAssert
          Assertion methods for Lists.
 class ObjectArrayAssert
          Assertion methods for arrays of objects.
 

Uses of IndexedObjectEnumerableAssert in org.fest.assertions.core
 

Methods in org.fest.assertions.core that return IndexedObjectEnumerableAssert
 IndexedObjectEnumerableAssert IndexedObjectEnumerableAssert.contains(Object value, Index index)
          Verifies that the actual group contains the given object at the given index.
 IndexedObjectEnumerableAssert IndexedObjectEnumerableAssert.doesNotContain(Object value, Index index)
          Verifies that the actual group does not contain the given object at the given index.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.