Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- generator() - Method in enum class de.cuioss.test.generator.domain.NameGenerators
- generator() - Method in enum class de.cuioss.test.generator.domain.OrganizationNameGenerator
- generator() - Method in enum class de.cuioss.test.generator.domain.TitleGenerator
- Generator<T> - Interface in de.cuioss.test.generator.internal.net.java.quickcheck
-
A generator creates instances of type T supposed to be checked against a
Characteristicspecification. - GeneratorControllerExtension - Class in de.cuioss.test.generator.junit
-
If enabled, either by using
ExtendWithorEnableGeneratorControllerthisExtensioncontrols the seed initialization, by checking forGeneratorSeedand intercepts Test-failures by printing information providing the seed to reproduce. - GeneratorControllerExtension() - Constructor for class de.cuioss.test.generator.junit.GeneratorControllerExtension
- GeneratorException - Exception in de.cuioss.test.generator.internal.net.java.quickcheck
-
GeneratorException is thrown if the creation of a new instance failed.
- GeneratorException(String, Generator<?>) - Constructor for exception de.cuioss.test.generator.internal.net.java.quickcheck.GeneratorException
- Generators - Class in de.cuioss.test.generator
-
Provides a number of
TypedGeneratorfor arbitrary java-types - Generators - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator
- Generators() - Constructor for class de.cuioss.test.generator.Generators
- GeneratorSeed - Annotation Interface in de.cuioss.test.generator.junit
-
This annotation is to be used in the context of
EnableGeneratorController. - getCategories() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
-
Get a list of known categories.
- getChildCount(int, int) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTreeGenerator
-
Get the number of children for the current level.
- getClassification() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.AbstractCharacteristic
-
Classificationdata about the test cases executed. - getDefaultNumberOfRuns() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
- getFrequency(Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
-
Get the frequency of the given category.
- getInstance() - Method in exception de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
-
Instance causing the characteristic violation.
- getLastSeed() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.distribution.RandomConfiguration
- getRecorder() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ObjectGeneratorImpl
- getRecorder() - Method in interface de.cuioss.test.generator.internal.net.java.quickcheck.ObjectGenerator
-
Implementation of T that is used to define the method a generator should be defined for.
- getType() - Method in class de.cuioss.test.generator.domain.CityGenerator
- getType() - Method in class de.cuioss.test.generator.domain.DistinguishedNamesGenerator
- getType() - Method in class de.cuioss.test.generator.domain.PhoneNumberGenerator
- getType() - Method in class de.cuioss.test.generator.domain.StreetGenerator
- getType() - Method in class de.cuioss.test.generator.domain.StreetNameGenerator
- getType() - Method in class de.cuioss.test.generator.domain.UUIDStringGenerator
- getType() - Method in class de.cuioss.test.generator.domain.ZipCodeGenerator
- getType() - Method in class de.cuioss.test.generator.impl.FloatObjectGenerator
- getType() - Method in class de.cuioss.test.generator.impl.LocalDateGenerator
- getType() - Method in class de.cuioss.test.generator.impl.LocalDateTimeGenerator
- getType() - Method in class de.cuioss.test.generator.impl.LocalTimeGenerator
- getType() - Method in class de.cuioss.test.generator.impl.NonBlankStringGenerator
- getType() - Method in class de.cuioss.test.generator.impl.NumberGenerator
- getType() - Method in enum class de.cuioss.test.generator.impl.PrimitiveArrayGenerators
- getType() - Method in class de.cuioss.test.generator.impl.ShortObjectGenerator
- getType() - Method in class de.cuioss.test.generator.impl.URLGenerator
- getType() - Method in class de.cuioss.test.generator.impl.ZonedDateTimeGenerator
- getType() - Method in class de.cuioss.test.generator.impl.ZoneOffsetGenerator
- getType() - Method in interface de.cuioss.test.generator.TypedGenerator
- guard(boolean) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
-
All executions of
Characteristic.specify(Object)which execute this method will be skipped and a new test case will be generated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form