Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>> |
Base class for all implementations of assertions for
Integer s. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> |
|
class |
AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A,KEY,VALUE>,A extends Map<KEY,VALUE>,KEY,VALUE> |
|
class |
IntegerAssert |
Assertion methods for
Integer s. |
class |
IterableSizeAssert<T> |
|
class |
MapSizeAssert<KEY,VALUE> |
Modifier and Type | Method | Description |
---|---|---|
static AbstractIntegerAssert<?> |
Assertions.assertThat(int actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
Assertions.assertThat(Integer actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
AssertionsForClassTypes.assertThat(int actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
AssertionsForClassTypes.assertThat(Integer actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
Java6Assertions.assertThat(int actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
Java6Assertions.assertThat(Integer actual) |
Creates a new instance of
. |
default AbstractIntegerAssert<?> |
WithAssertions.assertThat(int actual) |
Delegate call to
Assertions.assertThat(int) |
default AbstractIntegerAssert<?> |
WithAssertions.assertThat(Integer actual) |
Delegate call to
Assertions.assertThat(Integer) |
static AbstractIntegerAssert<?> |
BDDAssertions.then(int actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
BDDAssertions.then(Integer actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
Java6BDDAssertions.then(int actual) |
Creates a new instance of
. |
static AbstractIntegerAssert<?> |
Java6BDDAssertions.then(Integer actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.