Uses of Class
org.assertj.core.api.AbstractDoubleAssert
-
Packages that use AbstractDoubleAssert Package Description org.assertj.core.api -
-
Uses of AbstractDoubleAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractDoubleAssert Modifier and Type Class Description classAbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>Base class for all implementations of assertions forDoubles.Subclasses of AbstractDoubleAssert in org.assertj.core.api Modifier and Type Class Description classDoubleAssertAssertion methods forDoubles.Fields in org.assertj.core.api with type parameters of type AbstractDoubleAssert Modifier and Type Field Description static InstanceOfAssertFactory<Double,AbstractDoubleAssert<?>>InstanceOfAssertFactories. DOUBLEMethods in org.assertj.core.api that return AbstractDoubleAssert Modifier and Type Method Description static AbstractDoubleAssert<?>Assertions. assertThat(double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Assertions. assertThat(Double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>AssertionsForClassTypes. assertThat(double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>AssertionsForClassTypes. assertThat(Double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Java6Assertions. assertThat(double actual)Deprecated.Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Java6Assertions. assertThat(Double actual)Deprecated.Creates a new instance of.DoubleAssertdefault AbstractDoubleAssert<?>WithAssertions. assertThat(double actual)Creates a new instance of.DoubleAssertdefault AbstractDoubleAssert<?>WithAssertions. assertThat(Double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Assumptions. assumeThat(double actual)Creates a new instance ofassumption.DoubleAssertstatic AbstractDoubleAssert<?>Assumptions. assumeThat(Double actual)Creates a new instance ofassumption.DoubleAssertdefault AbstractDoubleAssert<?>WithAssumptions. assumeThat(double actual)Creates a new instance ofassumption.DoubleAssertdefault AbstractDoubleAssert<?>WithAssumptions. assumeThat(Double actual)Creates a new instance ofassumption.DoubleAssertstatic AbstractDoubleAssert<?>BDDAssertions. then(double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>BDDAssertions. then(Double actual)Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Java6BDDAssertions. then(double actual)Deprecated.Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Java6BDDAssertions. then(Double actual)Deprecated.Creates a new instance of.DoubleAssert
-