Uses of Class
org.fest.assertions.Index

Uses of Index in org.fest.assertions
 

Methods in org.fest.assertions that return Index
static Index Index.atIndex(int index)
          Creates a new Index.
 

Methods in org.fest.assertions with parameters of type Index
 ListAssert ListAssert.contains(Object o, Index index)
          Verifies that the actual List contains the given object at the given index.
 



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