Uses of Class
org.assertj.core.api.AbstractLongAssert
-
Packages that use AbstractLongAssert Package Description org.assertj.core.api -
-
Uses of AbstractLongAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractLongAssert Modifier and Type Class Description classAbstractLongAssert<SELF extends AbstractLongAssert<SELF>>Base class for all implementations of assertions forLongs.Subclasses of AbstractLongAssert in org.assertj.core.api Modifier and Type Class Description classAbstractFileSizeAssert<SELF extends AbstractFileAssert<SELF>>Base class for file size assertions.classFileSizeAssert<T>classLongAssertAssertion methods forLongs.Fields in org.assertj.core.api with type parameters of type AbstractLongAssert Modifier and Type Field Description static InstanceOfAssertFactory<Long,AbstractLongAssert<?>>InstanceOfAssertFactories. LONGMethods in org.assertj.core.api that return AbstractLongAssert Modifier and Type Method Description static AbstractLongAssert<?>Assertions. assertThat(long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>Assertions. assertThat(Long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>AssertionsForClassTypes. assertThat(long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>AssertionsForClassTypes. assertThat(Long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>Java6Assertions. assertThat(long actual)Deprecated.Creates a new instance of.LongAssertstatic AbstractLongAssert<?>Java6Assertions. assertThat(Long actual)Deprecated.Creates a new instance of.LongAssertdefault AbstractLongAssert<?>WithAssertions. assertThat(long actual)Creates a new instance of.LongAssertdefault AbstractLongAssert<?>WithAssertions. assertThat(Long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>Assumptions. assumeThat(long actual)Creates a new instance ofassumption.LongAssertstatic AbstractLongAssert<?>Assumptions. assumeThat(Long actual)Creates a new instance ofassumption.LongAssertdefault AbstractLongAssert<?>WithAssumptions. assumeThat(long actual)Creates a new instance ofassumption.LongAssertdefault AbstractLongAssert<?>WithAssumptions. assumeThat(Long actual)Creates a new instance ofassumption.LongAssertstatic AbstractLongAssert<?>BDDAssumptions. given(long actual)Creates a new assumption's instance for alongvalue.static AbstractLongAssert<?>BDDAssumptions. given(Long actual)Creates a new assumption's instance for aLongvalue.static AbstractLongAssert<?>BDDAssertions. then(long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>BDDAssertions. then(Long actual)Creates a new instance of.LongAssertstatic AbstractLongAssert<?>Java6BDDAssertions. then(long actual)Deprecated.Creates a new instance of.LongAssertstatic AbstractLongAssert<?>Java6BDDAssertions. then(Long actual)Deprecated.Creates a new instance of.LongAssert
-