Uses of Interface
de.gebit.integrity.parameter.variables.VariableManager
-
-
Uses of VariableManager in de.gebit.integrity.parameter.conversion
Fields in de.gebit.integrity.parameter.conversion declared as VariableManager Modifier and Type Field Description protected VariableManagerAbstractModularValueConverter. variableManagerThe variable manager. -
Uses of VariableManager in de.gebit.integrity.parameter.resolving
Fields in de.gebit.integrity.parameter.resolving declared as VariableManager Modifier and Type Field Description protected VariableManagerDefaultParameterResolver. variableManagerThe variable manager to use. -
Uses of VariableManager in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner declared as VariableManager Modifier and Type Field Description protected VariableManagerDefaultTestRunner. variableManagerThe variable manager, which keeps track of the variable values (local and global).Methods in de.gebit.integrity.runner that return types with arguments of type VariableManager Modifier and Type Method Description Class<? extends VariableManager>IntegrityRunnerModule. bindVariableManager()Binding of theVariableManager. -
Uses of VariableManager in de.gebit.integrity.runner.callbacks
Fields in de.gebit.integrity.runner.callbacks declared as VariableManager Modifier and Type Field Description protected VariableManagerAbstractTestRunnerCallback. variableManagerThe variable manager to use. -
Uses of VariableManager in de.gebit.integrity.runner.callbacks.console
Fields in de.gebit.integrity.runner.callbacks.console declared as VariableManager Modifier and Type Field Description protected VariableManagerConsoleTestCallback. variableManagerThe variable manager to use. -
Uses of VariableManager in de.gebit.integrity.runner.callbacks.xml
Fields in de.gebit.integrity.runner.callbacks.xml declared as VariableManager Modifier and Type Field Description protected VariableManagerXmlWriterTestCallback. variableManagerThe variable manager to use. -
Uses of VariableManager in de.gebit.integrity.runner.variables
Classes in de.gebit.integrity.runner.variables that implement VariableManager Modifier and Type Class Description classDefaultVariableManagerThe simple, default variable manager which keeps variables in a map.
-