| Modifier and Type | Method and Description |
|---|---|
RandomValueGenerator |
FactoryRepository.getRandomValueGenerator()
Get a RandomNumberGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentFactoryPlugin.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
void |
PrimitiveFactoryPlugin.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
void |
ObjectFactoryPlugin.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
void |
FactoryCollectionPlugin.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator)
Initialize the plugin, adding Factories to the FactoryCollection.
|
| Modifier and Type | Method and Description |
|---|---|
RandomValueGenerator |
RandomFactoryBase.getRandomValueGenerator()
Get the random value generator.
|
| Constructor and Description |
|---|
BigDecimalFactory(RandomValueGenerator randomValueGenerator)
Construct a new BigDecimal object factory.
|
BigIntegerFactory(RandomValueGenerator randomValueGenerator) |
BooleanFactory(RandomValueGenerator randomValueGenerator)
Construct a new Boolean object factory.
|
ByteFactory(RandomValueGenerator randomValueGenerator)
Construct a new Byte object factory.
|
CharacterFactory(RandomValueGenerator randomValueGenerator)
Construct a new Character object factory.
|
DateFactory(RandomValueGenerator randomValueGenerator)
Construct a new Date object factory.
|
DoubleFactory(RandomValueGenerator randomValueGenerator)
Construct a new Double object factory.
|
EnumFactory(Class<?> enumClass,
RandomValueGenerator randomValueGenerator)
Construct a new Factory.
|
FloatFactory(RandomValueGenerator randomValueGenerator)
Construct a new Float object factory.
|
IntegerFactory(RandomValueGenerator randomValueGenerator)
Construct a new Integer object factory.
|
LongFactory(RandomValueGenerator randomValueGenerator)
Construct a new Long object factory.
|
RandomFactoryBase(RandomValueGenerator randomValueGenerator)
Construct a new Factory.
|
ShortFactory(RandomValueGenerator randomValueGenerator)
Construct a new Short object factory.
|
StringFactory(RandomValueGenerator randomValueGenerator)
Construct a new String object factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileFactory.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetFactoryPlugin.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
| Constructor and Description |
|---|
UrlFactory(RandomValueGenerator randomValueGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimePlugin.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
| Constructor and Description |
|---|
RandomClock(RandomValueGenerator randomValueGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocaleFactory.initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator) |
| Constructor and Description |
|---|
BasicFactoryLookupStrategy(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator)
Construct a new Factory Lookup Strategy.
|
| Modifier and Type | Method and Description |
|---|---|
RandomValueGenerator |
VerifierSettings.getRandomValueGenerator() |
RandomValueGenerator |
HashCodeMethodTester.getRandomValueGenerator()
Get a RandomValueGenerator.
|
RandomValueGenerator |
BeanTesterBuilder.getRandomValueGenerator() |
RandomValueGenerator |
BeanTester.getRandomValueGenerator()
Get a RandomNumberGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
VerifierSettingsEditor |
VerifierSettingsEditor.setRandomValueGenerator(RandomValueGenerator randomValueGenerator) |
VerifierSettings |
VerifierSettings.setRandomValueGenerator(RandomValueGenerator randomValueGenerator) |
BeanTesterBuilder |
BeanTesterBuilder.setRandomValueGenerator(RandomValueGenerator randomValueGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRandomValueGenerator
Simple concrete implementation of RandomValueGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
static RandomValueGenerator |
RandomValueGenerator.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDefinition<RandomValueGenerator> |
RandomValueGenerator.getServiceDefinition() |
| Constructor and Description |
|---|
RandomValueSampler(RandomValueGenerator randomValueGenerator) |
Copyright © 2010–2020 meanbean. All rights reserved.