| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBooleanAssert<SELF extends AbstractBooleanAssert<SELF>>
Base class for all implementations of assertions for
Booleans. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanAssert
Assertion methods for
Booleans. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractBooleanAssert<?> |
Assertions.assertThat(boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
Java6Assertions.assertThat(boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
Assertions.assertThat(Boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
Java6Assertions.assertThat(Boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
Assumptions.assumeThat(boolean actual)
Creates a new instance of
assumption. |
static AbstractBooleanAssert<?> |
Assumptions.assumeThat(Boolean actual)
Creates a new instance of
assumption. |
static AbstractBooleanAssert<?> |
Java6BDDAssertions.then(boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
BDDAssertions.then(boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
Java6BDDAssertions.then(Boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
BDDAssertions.then(Boolean actual)
Creates a new instance of
. |
Copyright © 2013–2018 AssertJ. All rights reserved.