Uses of Interface
de.gebit.integrity.dsl.Test
-
-
Uses of Test in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return Test Modifier and Type Method Description TestDslFactory. createTest()Returns a new object of class 'Test'. -
Uses of Test in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Test Modifier and Type Class Description classTestImplAn implementation of the model object 'Test'.Methods in de.gebit.integrity.dsl.impl that return Test Modifier and Type Method Description TestDslFactoryImpl. createTest() -
Uses of Test in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Test Modifier and Type Method Description TDslSwitch. caseTest(Test object)Returns the result of interpreting the object as an instance of 'Test'. -
Uses of Test in de.gebit.integrity.parameter.resolving
Methods in de.gebit.integrity.parameter.resolving with parameters of type Test Modifier and Type Method Description Map<String,Object>DefaultParameterResolver. createExpectedResultMap(Test aTest, boolean anIncludeArbitraryResultFlag)Map<String,Object>ParameterResolver. createExpectedResultMap(Test aTest, boolean anIncludeArbitraryResultFlag)Returns a map of named results as expected by the givenTest.Map<String,Object>DefaultParameterResolver. createParameterMap(Test aTest, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Map<String,Object>ParameterResolver. createParameterMap(Test aTest, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Returns a map mapping a parameter name to a value, exploring a givenTestto determine the valid parameters. -
Uses of Test in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner with parameters of type Test Modifier and Type Method Description protected TestResultDefaultTestRunner. executeTest(Test aTest)Executes a test (doesn't pay attention to the multiplier). -
Uses of Test in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type Test Modifier and Type Method Description voidCompoundTestRunnerCallback. onTestFinish(Test aTest, TestResult aResult)abstract voidTestRunnerCallback. onTestFinish(Test aTest, TestResult aResult)Called after a test was executed.voidCompoundTestRunnerCallback. onTestStart(Test aTest)abstract voidTestRunnerCallback. onTestStart(Test aTest)Called right before a test is being executed.StringTestFormatter. testToHumanReadableString(Test aTest, ConversionContext aConversionContext)Creates a human-readable string for a test. -
Uses of Test in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type Test Modifier and Type Method Description voidConsoleTestCallback. onTestFinish(Test aTest, TestResult aResult)voidConsoleTestCallback. onTestStart(Test aTest) -
Uses of Test in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type Test Modifier and Type Method Description voidSetListCallback. onTestFinish(Test aTest, TestResult aResult)voidSetListCallback. onTestStart(Test aTest) -
Uses of Test in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type Test Modifier and Type Method Description voidXmlWriterTestCallback. onTestFinish(Test aTest, TestResult aResult)On test finish.voidXmlWriterTestCallback. onTestStart(Test aTest)On test start. -
Uses of Test in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type Test Modifier and Type Method Description voidDefaultModelChecker. check(Test aTest)voidModelChecker. check(Test aTest)Validates a test.voidNullModelChecker. check(Test aTest) -
Uses of Test in de.gebit.integrity.scoping
Methods in de.gebit.integrity.scoping with parameters of type Test Modifier and Type Method Description org.eclipse.xtext.scoping.IScopeDSLScopeProvider. scope_EnumValue_enumValue(Test aTest, org.eclipse.emf.ecore.EReference aRef)Limit enum values in test results to actually existent enumeration literals.org.eclipse.xtext.scoping.IScopeDSLScopeProvider. scope_FixedResultName_field(Test aTest, org.eclipse.emf.ecore.EReference aRef)Limit named test results to actually existing fields in the result container object.org.eclipse.xtext.scoping.IScopeDSLScopeProvider. scope_Variable_name(Test aTest, org.eclipse.emf.ecore.EReference aRef)Determines variables/constants in scope for test parameters or results. -
Uses of Test in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type Test Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_Test(org.eclipse.xtext.serializer.ISerializationContext context, Test semanticObject)Contexts: SuiteStatement returns Test SuiteStatementWithResult returns Test Test returns Test Constraint: ( checkpoint='checkpoint'? definition=[TestDefinition|QualifiedName] parameters+=Parameter* results+=NamedResult* result=ValueOrEnumValueOrOperationCollection? ) -
Uses of Test in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type Test Modifier and Type Method Description protected voidDSLJavaValidator. _checkParameter(Test aTest)Polymorphic Dispatch of#checkParameter(Call).
-