Class ShortAssert

All Implemented Interfaces:
Assert<ShortAssert, Short>, ComparableAssert<ShortAssert, Short>, Descriptable<ShortAssert>, ExtensionPoints<ShortAssert, Short>, NumberAssert<ShortAssert, Short>

public class ShortAssert extends AbstractShortAssert<ShortAssert>
Assertion methods for Shorts.

To create an instance of this class, invoke Assertions.assertThat(Short) or Assertions.assertThat(short).

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

    • ShortAssert

      public ShortAssert(Short actual)