|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractIntegerAssert | |
|---|---|
| org.assertj.core.api | |
| Uses of AbstractIntegerAssert in org.assertj.core.api |
|---|
| Classes in org.assertj.core.api with type parameters of type AbstractIntegerAssert | |
|---|---|
class |
AbstractIntegerAssert<S extends AbstractIntegerAssert<S>>
Base class for all implementations of assertions for Integers. |
| Subclasses of AbstractIntegerAssert in org.assertj.core.api | |
|---|---|
class |
IntegerAssert
Assertion methods for Integers. |
| Methods in org.assertj.core.api that return AbstractIntegerAssert | |
|---|---|
static AbstractIntegerAssert<?> |
Assertions.assertThat(int actual)
Creates a new instance of . |
static AbstractIntegerAssert<?> |
Assertions.assertThat(Integer actual)
Creates a new instance of . |
static AbstractIntegerAssert<?> |
BDDAssertions.then(int actual)
Creates a new instance of . |
static AbstractIntegerAssert<?> |
BDDAssertions.then(Integer actual)
Creates a new instance of . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||