Uses of Class
de.gebit.integrity.runner.AmbiguousDefinition
-
Packages that use AmbiguousDefinition Package Description de.gebit.integrity.runner de.gebit.integrity.runner.exceptions -
-
Uses of AmbiguousDefinition in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner with type parameters of type AmbiguousDefinition Modifier and Type Field Description protected Set<AmbiguousDefinition>TestModel. ambiguousDefinitionsAmbiguous definitions which are found during variable/suite/etc.protected Map<String,AmbiguousDefinition>TestModel. duplicateMapThis map is used to find duplicates which then end up inTestModel.ambiguousDefinitions.Methods in de.gebit.integrity.runner that return types with arguments of type AmbiguousDefinition Modifier and Type Method Description Set<AmbiguousDefinition>TestModel. getDuplicateDefinitions() -
Uses of AmbiguousDefinition in de.gebit.integrity.runner.exceptions
Methods in de.gebit.integrity.runner.exceptions that return types with arguments of type AmbiguousDefinition Modifier and Type Method Description Set<AmbiguousDefinition>ModelAmbiguousException. getDuplicateDefinitions()Constructor parameters in de.gebit.integrity.runner.exceptions with type arguments of type AmbiguousDefinition Constructor Description ModelAmbiguousException(String aMessage, Set<AmbiguousDefinition> someAmbiguousDefinitions)Creates an instance.
-