Class LongAssert

All Implemented Interfaces:
Assert<LongAssert,Long>, ComparableAssert<LongAssert,Long>, Descriptable<LongAssert>, ExtensionPoints<LongAssert,Long>, NumberAssert<LongAssert,Long>

public class LongAssert extends AbstractLongAssert<LongAssert>
Assertion methods for Longs.

To create an instance of this class, invoke Assertions.assertThat(Long) or Assertions.assertThat(long).

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

    • LongAssert

      public LongAssert(Long actual)
    • LongAssert

      public LongAssert(AtomicLong actual)