public class OptionalShouldBeEmpty extends BasicErrorMessageFactory
Optional should be empty.arguments, format| Modifier and Type | Method and Description |
|---|---|
static <T> OptionalShouldBeEmpty |
shouldBeEmpty(Optional<T> optional)
Indicates that the provided
Optional should be empty. |
create, create, equals, hashCode, toString, unquotedStringpublic static <T> OptionalShouldBeEmpty shouldBeEmpty(Optional<T> optional)
Optional should be empty.Copyright © 2014-2015 AssertJ. All Rights Reserved.