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 aRandomizer
that is aware of therandomization context
it is invoked in.- Author:
- Mahmoud Ben Hassine ([email protected])
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRandomizerContext(RandomizerContext context)
-
Methods inherited from interface org.jeasy.random.api.Randomizer
getRandomValue
-
-
-
-
Method Detail
-
setRandomizerContext
void setRandomizerContext(RandomizerContext context)
-
-