Package org.databene.benerator.anno

Interface Summary
PathResolver Interface for resolving resource paths for test case classes.
 

Class Summary
AbstractPathResolver Abstract implementation of the PathResolver interface.
AnnotationMapper Maps Java annotations to descriptor objects.
DefaultPathResolver Default implementation of the PathResolver interface which returns the URI as it is.
RelativePathResolver PathResolver implementation which is based on a base path and appends the test classes' package name and finally the resource name (or path) itself to construct the resolved path.
 

Annotation Types Summary
Bean Annotation for bean construction in context.
Coverage Marker for classes and methods with a focus on coverage.
Database Annotation for declaring a database.
DecimalGranularity Specifies the number granularity to use when generating number data for the annotated element.
Defaults Declares a DefaultsProvider to use for testing.
Descriptor Marks an element as configured by a Benerator descriptor file.
Distribution Specifies which Distribution to use when generating data for the annotated element.
Equivalence Annotation that marks a test as equivalence partitioning test.
Factory Declares a GeneratorFactory to use for testing.
Generator Specifies which Generator to use when generating data for the annotated element.
Gentle Annotation that marks a class or method to be tested with gentle value defaults.
Granularity Specifies the number granularity to use when generating number data for the annotated element.
InvocationCount Annotation for configuring Feed4TestNG test method invocation.
Last Marks a boolean parameter to carry the information, whether the current invocation is the last one.
MaxDate Specifies a maximum date to use for testing.
Mean Annotation for marking a class or method for testing with mean value defaults.
MinDate Specifies a minimum date to use for testing.
NullQuota Specifies the quota of null values to produce when generating data for the annotated element.
Offset Annotation which specifies that a given number of generated data elements should be skipped when testing.
Property Property configration for a @Bean.
Serial Annotation which marks a class or method for testing with serial data characteristics.
SizeDistribution Specifies which length Distribution to use when generating data for the annotated element Created: 02.05.2010 19:01:02
Source Specifies a data source and its characteristics for generating data for the annotated element.
Stochastic Annotation which states that the annotated class or method shall be tested with unlimited volumes or random and non-reproducible data.
ThreadPoolSize Specifies the maximum number of threads to use.
Unique Indicates that unique data shall be generated for the annotated element.
Values Specifies the values to use when generating data for the annotated element.
 



Copyright © 2013. All Rights Reserved.