Uses of Class
org.assertj.core.api.AbstractLongArrayAssert

Packages that use AbstractLongArrayAssert
org.assertj.core.api   
 

Uses of AbstractLongArrayAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractLongArrayAssert
 class AbstractLongArrayAssert<S extends AbstractLongArrayAssert<S>>
           
 

Subclasses of AbstractLongArrayAssert in org.assertj.core.api
 class LongArrayAssert
          Assertion methods for arrays of longs.
 

Methods in org.assertj.core.api that return AbstractLongArrayAssert
static AbstractLongArrayAssert<?> Assertions.assertThat(long[] actual)
          Creates a new instance of LongArrayAssert.
static AbstractLongArrayAssert<?> BDDAssertions.then(long[] actual)
          Creates a new instance of LongArrayAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.