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 class
AbstractLongAssert<SELF extends AbstractLongAssert<SELF>>
Base class for all implementations of assertions forLong
s.Subclasses of AbstractLongAssert in org.assertj.core.api Modifier and Type Class Description class
AbstractFileSizeAssert<SELF extends AbstractFileAssert<SELF>>
Base class for file size assertions.class
FileSizeAssert<T>
class
LongAssert
Assertion methods forLong
s.Fields in org.assertj.core.api with type parameters of type AbstractLongAssert Modifier and Type Field Description static InstanceOfAssertFactory<java.lang.Long,AbstractLongAssert<?>>
InstanceOfAssertFactories. LONG
Methods in org.assertj.core.api that return AbstractLongAssert Modifier and Type Method Description static AbstractLongAssert<?>
Assertions. assertThat(long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
Assertions. assertThat(java.lang.Long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
AssertionsForClassTypes. assertThat(long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
AssertionsForClassTypes. assertThat(java.lang.Long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
Java6Assertions. assertThat(long actual)
Deprecated.Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
Java6Assertions. assertThat(java.lang.Long actual)
Deprecated.Creates a new instance of
.LongAssert
default AbstractLongAssert<?>
WithAssertions. assertThat(long actual)
Creates a new instance of
.LongAssert
default AbstractLongAssert<?>
WithAssertions. assertThat(java.lang.Long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
Assumptions. assumeThat(long actual)
Creates a new instance of
assumption.LongAssert
static AbstractLongAssert<?>
Assumptions. assumeThat(java.lang.Long actual)
Creates a new instance of
assumption.LongAssert
default AbstractLongAssert<?>
WithAssumptions. assumeThat(long actual)
Creates a new instance of
assumption.LongAssert
default AbstractLongAssert<?>
WithAssumptions. assumeThat(java.lang.Long actual)
Creates a new instance of
assumption.LongAssert
static AbstractLongAssert<?>
BDDAssumptions. given(long actual)
Creates a new assumption's instance for along
value.static AbstractLongAssert<?>
BDDAssumptions. given(java.lang.Long actual)
Creates a new assumption's instance for aLong
value.static AbstractLongAssert<?>
BDDAssertions. then(long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
BDDAssertions. then(java.lang.Long actual)
Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
Java6BDDAssertions. then(long actual)
Deprecated.Creates a new instance of
.LongAssert
static AbstractLongAssert<?>
Java6BDDAssertions. then(java.lang.Long actual)
Deprecated.Creates a new instance of
.LongAssert
-