Uses of Class
org.fest.assertions.ObjectAssert

Uses of ObjectAssert in org.fest.assertions
 

Methods in org.fest.assertions that return ObjectAssert
static ObjectAssert Assertions.assertThat(Object actual)
          Creates a new instance of ObjectAssert.
 ObjectAssert ObjectAssert.isInstanceOf(Class<?> type)
          Verifies that the actual Object is an instance of the given type.
 ObjectAssert ObjectAssert.isInstanceOfAny(Class<?>... types)
          Verifies that the actual Object is an instance of any of the given types.
 



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