Uses of Interface
de.gebit.integrity.dsl.Call
-
-
Uses of Call in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return Call Modifier and Type Method Description CallDslFactory. createCall()Returns a new object of class 'Call'. -
Uses of Call in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Call Modifier and Type Class Description classCallImplAn implementation of the model object 'Call'.Methods in de.gebit.integrity.dsl.impl that return Call Modifier and Type Method Description CallDslFactoryImpl. createCall() -
Uses of Call in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Call Modifier and Type Method Description TDslSwitch. caseCall(Call object)Returns the result of interpreting the object as an instance of 'Call'. -
Uses of Call in de.gebit.integrity.parameter.resolving
Methods in de.gebit.integrity.parameter.resolving with parameters of type Call Modifier and Type Method Description Map<String,Object>DefaultParameterResolver. createParameterMap(Call aCall, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Map<String,Object>ParameterResolver. createParameterMap(Call aCall, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Returns a map mapping a parameter name to a value, exploring a givenCallto determine the valid parameters. -
Uses of Call in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner with parameters of type Call Modifier and Type Method Description protected List<CallResult>DefaultTestRunner. executeCall(Call aCall)Executes a call.protected CallResultDefaultTestRunner. executeCallSingle(Call aCall)Executes a call (a single time, doesn't honor the multiplier). -
Uses of Call in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type Call Modifier and Type Method Description StringTestFormatter. callToHumanReadableString(Call aCall, ConversionContext aConversionContext)Creates a human-readable string for a call.voidCompoundTestRunnerCallback. onCallFinish(Call aCall, CallResult aResult)abstract voidTestRunnerCallback. onCallFinish(Call aCall, CallResult aResult)Called right after a call was executed.voidCompoundTestRunnerCallback. onCallStart(Call aCall)abstract voidTestRunnerCallback. onCallStart(Call aCall)Called before a call is being executed. -
Uses of Call in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type Call Modifier and Type Method Description voidConsoleTestCallback. onCallFinish(Call aCall, CallResult aResult)voidConsoleTestCallback. onCallStart(Call aCall) -
Uses of Call in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type Call Modifier and Type Method Description voidSetListCallback. onCallFinish(Call aCall, CallResult aResult)voidSetListCallback. onCallStart(Call aCall) -
Uses of Call in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type Call Modifier and Type Method Description voidXmlWriterTestCallback. onCallFinish(Call aCall, CallResult aResult)On call finish.voidXmlWriterTestCallback. onCallStart(Call aCall)On call start. -
Uses of Call in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type Call Modifier and Type Method Description voidDefaultModelChecker. check(Call aCall)voidModelChecker. check(Call aCall)Validates a call.voidNullModelChecker. check(Call aCall) -
Uses of Call in de.gebit.integrity.scoping
Methods in de.gebit.integrity.scoping with parameters of type Call Modifier and Type Method Description org.eclipse.xtext.scoping.IScopeDSLScopeProvider. scope_FixedResultName_field(Call aCall, 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_VariableVariable_name(Call aCall, org.eclipse.emf.ecore.EReference aRef)Limit result variables for calls to actual variables. -
Uses of Call in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type Call Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_Call(org.eclipse.xtext.serializer.ISerializationContext context, Call semanticObject)Contexts: SuiteStatement returns Call SuiteStatementWithResult returns Call Call returns Call Constraint: ( multiplier=ExecutionMultiplier? definition=[CallDefinition|QualifiedName] parameters+=Parameter* results+=NamedCallResult* result=VariableVariable? ) -
Uses of Call in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type Call Modifier and Type Method Description protected voidDSLJavaValidator. _checkParameter(Call aCall)Polymorphic Dispatch of#checkParameter(Call).
-