Class FloatAssert

All Implemented Interfaces:
Assert<FloatAssert,Float>, ComparableAssert<FloatAssert,Float>, Descriptable<FloatAssert>, ExtensionPoints<FloatAssert,Float>, FloatingPointNumberAssert<FloatAssert,Float>, NumberAssert<FloatAssert,Float>

public class FloatAssert extends AbstractFloatAssert<FloatAssert>
Assertion methods for floats.

To create an instance of this class, invoke Assertions.assertThat(Float) or Assertions.assertThat(float).

Author:
Yvonne Wang, Alex Ruiz, Ansgar Konermann, Mikhail Mazursky, Nicolas François
  • Constructor Details

    • FloatAssert

      public FloatAssert(Float actual)
    • FloatAssert

      public FloatAssert(float actual)