A B C D E F G H I L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- generator() - Method in enum de.cuioss.test.generator.domain.NameGenerators
- generator() - Method in enum de.cuioss.test.generator.domain.OrganizationNameGenerator
- generator() - Method in enum 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
- GeneratorSeed - Annotation Type 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.
- getCharateristic() - Method in exception de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
- 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. - getDecorator() - Method in class de.cuioss.test.generator.impl.DecoratorGenerator
- getDefaultNumberOfRuns() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
- getEmail() - Method in class de.cuioss.test.generator.domain.Person
- getFirst() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.collection.Pair
- getFirstname() - Method in class de.cuioss.test.generator.domain.Person
- getFrequency(Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
-
Get the frequency of the given category.
- getGenerator() - Method in exception de.cuioss.test.generator.internal.net.java.quickcheck.GeneratorException
- getGenerator() - Method in class de.cuioss.test.generator.internal.net.QuickCheckGeneratorAdapter
- getInstance() - Method in exception de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
-
Instance causing the characteristic violation.
- getLastname() - Method in class de.cuioss.test.generator.domain.Person
- getLastSeed() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.distribution.RandomConfiguration
- getOrganisation() - Method in class de.cuioss.test.generator.domain.Person
- 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.
- getSecond() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.collection.Pair
- getThird() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.collection.Triple
- getTitle() - Method in class de.cuioss.test.generator.domain.Person
- 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.DecoratorGenerator
- 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 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 class de.cuioss.test.generator.internal.net.QuickCheckGeneratorAdapter
- 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 All Packages