Uses of Class
org.assertj.core.api.AbstractDoubleAssert
Packages that use AbstractDoubleAssert
-
Uses of AbstractDoubleAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractDoubleAssertModifier and TypeClassDescriptionclassAbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>Base class for all implementations of assertions forDoubles.Subclasses of AbstractDoubleAssert in org.assertj.core.apiMethods in org.assertj.core.api that return AbstractDoubleAssertModifier and TypeMethodDescriptionstatic 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) Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Java6Assertions.assertThat(Double actual) Creates a new instance of.DoubleAssertdefault AbstractDoubleAssert<?>WithAssertions.assertThat(double actual) Delegate call toAssertions.assertThat(double)default AbstractDoubleAssert<?>WithAssertions.assertThat(Double actual) Delegate call toAssertions.assertThat(Double)static AbstractDoubleAssert<?>BDDAssertions.then(double actual) Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Java6BDDAssertions.then(double actual) Creates a new instance of.DoubleAssertstatic AbstractDoubleAssert<?>Creates a new instance of.DoubleAssert