Package com.google.common.testing
Annotation Interface FreshValueGenerator.Empty
- Enclosing class:
FreshValueGenerator
Annotates a method to generate the "empty" instance of a collection. This method should accept
no parameter. The value it generates should be unequal to the values generated by methods
annotated with
FreshValueGenerator.Generates
.