- DataGenerator - Annotation Type in io.probedock.junitee.generator
-
This annotation is used to configure Data Generators for a test method.
- DataGeneratorException - Exception in io.probedock.junitee.generator
-
Dedicated exception for the generators
- DataGeneratorException() - Constructor for exception io.probedock.junitee.generator.DataGeneratorException
-
- DataGeneratorException(String) - Constructor for exception io.probedock.junitee.generator.DataGeneratorException
-
- DataGeneratorException(Throwable) - Constructor for exception io.probedock.junitee.generator.DataGeneratorException
-
- DataGeneratorException(String, Throwable) - Constructor for exception io.probedock.junitee.generator.DataGeneratorException
-
- DataGeneratorManager - Class in io.probedock.junitee.generator
-
The data generator manager keep track of factories to ensure only one data generator type
is instantiated during a class test execution.
- DataGeneratorManager(EntityManagerFactory) - Constructor for class io.probedock.junitee.generator.DataGeneratorManager
-
Force the construction of the data generator with an entity manager
- DependencyInjectionException - Exception in io.probedock.junitee.dependency
-
Exception in case of injection failures
- DependencyInjectionException(String) - Constructor for exception io.probedock.junitee.dependency.DependencyInjectionException
-
- DependencyInjectionException(String, Throwable) - Constructor for exception io.probedock.junitee.dependency.DependencyInjectionException
-
- DependencyInjector - Class in io.probedock.junitee.dependency
-
Utility class to inject objects correctly into an object
- DependencyInjectorHelper - Class in io.probedock.junitee.dependency
-
Dependency injector helper offers method to facilitate the injections
of fields into objects and such things.
- dependsOn(IDataGenerator) - Method in class io.probedock.junitee.generator.CompositeDataGenerator
-
Define a dependency from a data generator to another one.
- dependsOn(String, IDataGenerator) - Method in class io.probedock.junitee.generator.CompositeDataGenerator
-
Define a dependency from a data generator to another one.