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

Packages that use AbstractLongAssert
org.assertj.core.api   
 

Uses of AbstractLongAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractLongAssert
 class AbstractLongAssert<S extends AbstractLongAssert<S>>
          Base class for all implementations of assertions for Longs.
 

Subclasses of AbstractLongAssert in org.assertj.core.api
 class LongAssert
          Assertion methods for Longs.
 

Methods in org.assertj.core.api that return AbstractLongAssert
static AbstractLongAssert<?> Assertions.assertThat(long actual)
          Creates a new instance of LongAssert.
static AbstractLongAssert<?> Assertions.assertThat(Long actual)
          Creates a new instance of LongAssert.
static AbstractLongAssert<?> BDDAssertions.then(long actual)
          Creates a new instance of LongAssert.
static AbstractLongAssert<?> BDDAssertions.then(Long actual)
          Creates a new instance of LongAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.