public interface RandomDataProvider<T> extends DataProvider<T>
Provides random data. Random generators will provide configuration methods which again return self-references to build up chained-call configuration.
| Modifier and Type | Method and Description |
|---|---|
DataProvider<T> |
fixate()
Disbands any (obvious) configuration options.
|
get@Nonnull DataProvider<T> fixate()
Disbands any (obvious) configuration options. Implementations might decide if the resulting object is immutable or not.
Copyright © 2011-2013 CoreMedia AG. All Rights Reserved.