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 classAbstractLongArrayAssert<SELF extends AbstractLongArrayAssert<SELF>>Subclasses of AbstractLongArrayAssert in org.assertj.core.api Modifier and Type Class Description classLongArrayAssertAssertion methods for arrays oflongs.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.LongArrayAssertstatic AbstractLongArrayAssert<?>AssertionsForClassTypes. assertThat(long[] actual)Creates a new instance of.LongArrayAssertstatic AbstractLongArrayAssert<?>Java6Assertions. assertThat(long[] actual)Creates a new instance of.LongArrayAssertdefault AbstractLongArrayAssert<?>WithAssertions. assertThat(long[] actual)Delegate call toAssertions.assertThat(long[])static AbstractLongArrayAssert<?>BDDAssertions. then(long[] actual)Creates a new instance of.LongArrayAssertstatic AbstractLongArrayAssert<?>Java6BDDAssertions. then(long[] actual)Creates a new instance of.LongArrayAssert
-