| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPeriodAssert<SELF extends AbstractPeriodAssert<SELF>>
Assertions for
Period type. |
| Modifier and Type | Class and Description |
|---|---|
class |
PeriodAssert
Assertion methods for
Period |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Period,AbstractPeriodAssert<?>> |
InstanceOfAssertFactories.PERIOD
InstanceOfAssertFactory for a Period. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractPeriodAssert<?> |
WithAssertions.assertThat(Period actual)
Creates a new instance of
. |
static AbstractPeriodAssert<?> |
AssertionsForClassTypes.assertThat(Period period)
Creates a new instance of
. |
static AbstractPeriodAssert<?> |
Assertions.assertThat(Period actual)
Creates a new instance of
. |
default AbstractPeriodAssert<?> |
WithAssumptions.assumeThat(Period period)
Creates a new instance of
assumption. |
static AbstractPeriodAssert<?> |
Assumptions.assumeThat(Period actual)
Creates a new instance of
PeriodAssert assumption. |
static AbstractPeriodAssert<?> |
BDDAssumptions.given(Period actual)
Creates a new assumption's instance for a
Period value. |
static AbstractPeriodAssert<?> |
BDDAssertions.then(Period actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.