Uses of Interface
de.gebit.integrity.dsl.TestDefinition
-
-
Uses of TestDefinition in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return TestDefinition Modifier and Type Method Description TestDefinitionDslFactory. createTestDefinition()Returns a new object of class 'Test Definition'.TestDefinitionTableTest. getDefinition()Returns the value of the 'Definition' reference.TestDefinitionTest. getDefinition()Returns the value of the 'Definition' reference.Methods in de.gebit.integrity.dsl with parameters of type TestDefinition Modifier and Type Method Description voidTableTest. setDefinition(TestDefinition value)Sets the value of the 'Definition' reference.voidTest. setDefinition(TestDefinition value)Sets the value of the 'Definition' reference. -
Uses of TestDefinition in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement TestDefinition Modifier and Type Class Description classTestDefinitionImplAn implementation of the model object 'Test Definition'.Fields in de.gebit.integrity.dsl.impl declared as TestDefinition Modifier and Type Field Description protected TestDefinitionTableTestImpl. definitionThe cached value of the 'Definition' reference.protected TestDefinitionTestImpl. definitionThe cached value of the 'Definition' reference.Methods in de.gebit.integrity.dsl.impl that return TestDefinition Modifier and Type Method Description TestDefinitionTableTestImpl. basicGetDefinition()TestDefinitionTestImpl. basicGetDefinition()TestDefinitionDslFactoryImpl. createTestDefinition()TestDefinitionTableTestImpl. getDefinition()TestDefinitionTestImpl. getDefinition()Methods in de.gebit.integrity.dsl.impl with parameters of type TestDefinition Modifier and Type Method Description voidTableTestImpl. setDefinition(TestDefinition newDefinition)voidTestImpl. setDefinition(TestDefinition newDefinition) -
Uses of TestDefinition in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type TestDefinition Modifier and Type Method Description TDslSwitch. caseTestDefinition(TestDefinition object)Returns the result of interpreting the object as an instance of 'Test Definition'. -
Uses of TestDefinition in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner with type parameters of type TestDefinition Modifier and Type Field Description protected Map<String,TestDefinition>TestModel. testMapTest names -> Tests.Methods in de.gebit.integrity.runner that return TestDefinition Modifier and Type Method Description TestDefinitionTestModel. getTestByName(String aFullyQualifiedTestName)Resolves a fully qualified test name to the actual test definition.Methods in de.gebit.integrity.runner that return types with arguments of type TestDefinition Modifier and Type Method Description Collection<TestDefinition>TestModel. getAllTests()Returns all tests in the test model. -
Uses of TestDefinition in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type TestDefinition Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_TestDefinition(org.eclipse.xtext.serializer.ISerializationContext context, TestDefinition semanticObject)Contexts: PackageStatement returns TestDefinition TestDefinition returns TestDefinition Constraint: (documentation=DocumentationComment? name=QualifiedName fixtureMethod=MethodReference) -
Uses of TestDefinition in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type TestDefinition Modifier and Type Method Description static StringIntegrityDSLUtil. getQualifiedTestName(TestDefinition aTest)Returns the fully qualified name of a givenTestDefinition. -
Uses of TestDefinition in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type TestDefinition Modifier and Type Method Description voidDSLJavaValidator. checkIfTestDefinitionsAreValid(TestDefinition anEntity)Checks whether a definition contains dots, which would be illegal (issue #174).
-