Uses of Class
org.assertj.core.api.AbstractDoubleAssert

Packages that use AbstractDoubleAssert
org.assertj.core.api   
 

Uses of AbstractDoubleAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractDoubleAssert
 class AbstractDoubleAssert<S extends AbstractDoubleAssert<S>>
          Base class for all implementations of assertions for Doubles.
 

Subclasses of AbstractDoubleAssert in org.assertj.core.api
 class DoubleAssert
          Assertion methods for Doubles.
 

Methods in org.assertj.core.api that return AbstractDoubleAssert
static AbstractDoubleAssert<?> Assertions.assertThat(double actual)
          Creates a new instance of DoubleAssert.
static AbstractDoubleAssert<?> Assertions.assertThat(Double actual)
          Creates a new instance of DoubleAssert.
static AbstractDoubleAssert<?> BDDAssertions.then(double actual)
          Creates a new instance of DoubleAssert.
static AbstractDoubleAssert<?> BDDAssertions.then(Double actual)
          Creates a new instance of DoubleAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.