Package org.jeasy.random.api
Interface ContextAwareRandomizer<T>
-
- Type Parameters:
T- the type generated by the randomizer
- All Superinterfaces:
Randomizer<T>
public interface ContextAwareRandomizer<T> extends Randomizer<T>
Interface for aRandomizerthat is aware of therandomization contextit is invoked in.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRandomizerContext(RandomizerContext context)-
Methods inherited from interface org.jeasy.random.api.Randomizer
getRandomValue
-
-
-
-
Method Detail
-
setRandomizerContext
void setRandomizerContext(RandomizerContext context)
-
-