Package | Description |
---|---|
org.assertj.core.error |
Modifier and Type | Method and Description |
---|---|
static <VALUE> OptionalShouldBeEmpty |
OptionalShouldBeEmpty.shouldBeEmpty(Optional<VALUE> optional)
Indicates that the provided
Optional should be empty. |
static OptionalShouldBeEmpty |
OptionalShouldBeEmpty.shouldBeEmpty(OptionalDouble optional)
Indicates that the provided
OptionalDouble should be empty. |
static OptionalShouldBeEmpty |
OptionalShouldBeEmpty.shouldBeEmpty(OptionalInt optional)
Indicates that the provided
OptionalInt should be empty. |
static OptionalShouldBeEmpty |
OptionalShouldBeEmpty.shouldBeEmpty(OptionalLong optional)
Indicates that the provided
OptionalLong should be empty. |
Copyright © 2014–2019 AssertJ. All rights reserved.