| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
IntegerAssert |
AbstractSoftAssertions.assertThat(int actual)
Creates a new instance of
. |
static IntegerAssert |
Assertions.assertThat(int actual)
Creates a new instance of
. |
IntegerAssert |
AbstractSoftAssertions.assertThat(Integer actual)
Creates a new instance of
. |
static IntegerAssert |
Assertions.assertThat(Integer actual)
Creates a new instance of
. |
static IntegerAssert |
BDDAssertions.then(int actual)
Creates a new instance of
. |
static IntegerAssert |
BDDAssertions.then(Integer actual)
Creates a new instance of
. |
Copyright © 2013-2014 AssertJ. All Rights Reserved.