Class CharArrayAssert

All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<CharArrayAssert,char[],Character>,Character>, Assert<CharArrayAssert,char[]>, Descriptable<CharArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<CharArrayAssert,char[],Character>,Character>, ExtensionPoints<CharArrayAssert,char[]>

public class CharArrayAssert extends AbstractCharArrayAssert<CharArrayAssert>
Assertion methods for arrays of chars.

To create an instance of this class, invoke Assertions.assertThat(char[]).

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

    • CharArrayAssert

      public CharArrayAssert(char[] actual)