Uses of Class
org.fest.assertions.BooleanAssert

Uses of BooleanAssert in org.fest.assertions
 

Methods in org.fest.assertions that return BooleanAssert
static BooleanAssert Assertions.assertThat(boolean actual)
          Creates a new instance of BooleanAssert.
static BooleanAssert Assertions.assertThat(Boolean actual)
          Creates a new instance of BooleanAssert.
 BooleanAssert BooleanAssert.isEqualTo(boolean expected)
          Verifies that the actual Boolean is equal to the given one.
 BooleanAssert BooleanAssert.isNotEqualTo(boolean other)
          Verifies that the actual Boolean is not equal to the given one.
 



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