Uses of Class
org.assertj.core.api.AbstractLongArrayAssert
-
Packages that use AbstractLongArrayAssert Package Description org.assertj.core.api -
-
Uses of AbstractLongArrayAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractLongArrayAssert Modifier and Type Class Description class
AbstractLongArrayAssert<SELF extends AbstractLongArrayAssert<SELF>>
Subclasses of AbstractLongArrayAssert in org.assertj.core.api Modifier and Type Class Description class
LongArrayAssert
Assertion methods for arrays oflong
s.Methods in org.assertj.core.api that return AbstractLongArrayAssert Modifier and Type Method Description static AbstractLongArrayAssert<?>
Assertions. assertThat(long[] actual)
Creates a new instance of
.LongArrayAssert
static AbstractLongArrayAssert<?>
AssertionsForClassTypes. assertThat(long[] actual)
Creates a new instance of
.LongArrayAssert
static AbstractLongArrayAssert<?>
Java6Assertions. assertThat(long[] actual)
Creates a new instance of
.LongArrayAssert
default AbstractLongArrayAssert<?>
WithAssertions. assertThat(long[] actual)
Delegate call toAssertions.assertThat(long[])
static AbstractLongArrayAssert<?>
BDDAssertions. then(long[] actual)
Creates a new instance of
.LongArrayAssert
static AbstractLongArrayAssert<?>
Java6BDDAssertions. then(long[] actual)
Creates a new instance of
.LongArrayAssert
-