Uses of Class
org.fest.assertions.api.BooleanAssert

Packages that use BooleanAssert
org.fest.assertions.api   
 

Uses of BooleanAssert in org.fest.assertions.api
 

Methods in org.fest.assertions.api 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 value is equal to the given one.
 BooleanAssert BooleanAssert.isFalse()
          Verifies that the actual value is false.
 BooleanAssert BooleanAssert.isNotEqualTo(boolean other)
          Verifies that the actual value is not equal to the given one.
 BooleanAssert BooleanAssert.isTrue()
          Verifies that the actual value is true.
 BooleanAssert BooleanAssert.usingComparator(Comparator<?> customComparator)
           
 



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