public static AbstractInstantAssert<?> resultOf(CheckedInstantSupplier whenStep) { return assertThat(result(whenStep)); }
/** * Delegate call to public static org.assertj.core.api.AbstractInstantAssert<?> org.assertj.core.api.Assertions.assertThat(java.time.Instant) * {@link org.assertj.core.api.Assertions#assertThat(java.time.Instant)} */ default AbstractInstantAssert<?> assertThat(Instant actual) { return Assertions.assertThat(actual); }