Package org.databene.benerator.factory

Interface Summary
DataSourceProvider<E> Interface for classes which provide Iterables for iterating through data sources.
DefaultsProvider Interface for all classes that provide default values for testing.
 

Class Summary
ArrayTypeGeneratorFactory Creates array Generators.
ComplexTypeGeneratorFactory Creates entity generators from entity metadata.
ComponentBuilderFactory Creates ComponentBuilders.
CoverageGeneratorFactory GeneratorFactory implementation which creates data sets that cover the full range of available data and combinations.
DescriptorUtil Utility class for parsing and combining descriptor settings.
EquivalenceGeneratorFactory GeneratorFactory implementation which creates minimal data sets for Equivalence Partitioning and Boundary-value analysis Tests.
FactoryUtil Provides utility methods for Generator factories.
GeneratorComponentFactory Factory for GeneratorComponents.
GeneratorFactory Provides factory methods for generators.
GentleDefaultsProvider DefaultsProvider implementation which creates gentle defaults, trying to provoke as little errors as possible.
InstanceGeneratorFactory Creates entity generators from entity metadata.
MeanDefaultsProvider DefaultsProvider implementation which provides mean defaults for provoking errors in functional testing.
MetaGeneratorFactory Facade class for the various MetaGeneratorFactory implementations.
RegexGeneratorFactory Creates generators for regular expressions and their sub parts.
SerialGeneratorFactory GeneratorFactory implementation which provides serial value generation and parallel combinations.
SimpleTypeGeneratorFactory Creates generators of simple types.
SourceFactory Factory class for source-related Generators.
StochasticGeneratorFactory GeneratorFactory implementation that generates docile data in order to avoid functional failures and combines them randomly and repetitively for generating large data volumes.
TypeGeneratorFactory<E extends TypeDescriptor> Creates generators of type instances.
VariableGeneratorFactory Factory class that creates Generators for <variable>s.
 



Copyright © 2013. All Rights Reserved.