| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBooleanAssert<S extends AbstractBooleanAssert<S>>
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<?> |
Assertions.assertThat(Boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
BDDAssertions.then(boolean actual)
Creates a new instance of
. |
static AbstractBooleanAssert<?> |
BDDAssertions.then(Boolean actual)
Creates a new instance of
. |
Copyright © 2013-2015 AssertJ. All Rights Reserved.