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

Packages that use AbstractShortAssert
org.assertj.core.api   
 

Uses of AbstractShortAssert in org.assertj.core.api
 

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

Subclasses of AbstractShortAssert in org.assertj.core.api
 class ShortAssert
          Assertion methods for Shorts.
 

Methods in org.assertj.core.api that return AbstractShortAssert
static AbstractShortAssert<?> Assertions.assertThat(short actual)
          Creates a new instance of ShortAssert.
static AbstractShortAssert<?> Assertions.assertThat(Short actual)
          Creates a new instance of ShortAssert.
static AbstractShortAssert<?> BDDAssertions.then(short actual)
          Creates a new instance of ShortAssert.
static AbstractShortAssert<?> BDDAssertions.then(Short actual)
          Creates a new instance of ShortAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.