Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalTimeAssert<SELF extends AbstractLocalTimeAssert<SELF>>
Assertions for
LocalTime type from new Date & Time API introduced in Java 8. |
Modifier and Type | Class and Description |
---|---|
class |
LocalTimeAssert |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<java.time.LocalTime,AbstractLocalTimeAssert<?>> |
InstanceOfAssertFactories.LOCAL_TIME
InstanceOfAssertFactory for a LocalTime . |
Modifier and Type | Method and Description |
---|---|
default AbstractLocalTimeAssert<?> |
WithAssertions.assertThat(java.time.LocalTime localTime)
Creates a new instance of
. |
static AbstractLocalTimeAssert<?> |
AssertionsForClassTypes.assertThat(java.time.LocalTime actual)
Creates a new instance of
. |
static AbstractLocalTimeAssert<?> |
Assertions.assertThat(java.time.LocalTime actual)
Creates a new instance of
. |
default AbstractLocalTimeAssert<?> |
WithAssumptions.assumeThat(java.time.LocalTime localTime)
Creates a new instance of
assumption. |
static AbstractLocalTimeAssert<?> |
Assumptions.assumeThat(java.time.LocalTime actual)
Creates a new instance of
LocalTimeAssert assumption. |
static AbstractLocalTimeAssert<?> |
BDDAssertions.then(java.time.LocalTime actual)
Creates a new instance of
. |