| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocalTimeAssert<S extends AbstractLocalTimeAssert<S>>
Assertions for
LocalTime type from new Date & Time API introduced in Java 8. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTimeAssert |
| Modifier and Type | Method and Description |
|---|---|
static AbstractLocalTimeAssert<?> |
Assertions.assertThat(java.time.LocalTime actual)
Creates a new instance of
. |
static AbstractLocalTimeAssert<?> |
BDDAssertions.then(java.time.LocalTime actual)
Creates a new instance of
. |
Copyright © 2014-2015 AssertJ. All Rights Reserved.