Uses of Interface
de.gebit.integrity.dsl.TableTestRow
-
-
Uses of TableTestRow in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return TableTestRow Modifier and Type Method Description TableTestRowDslFactory. createTableTestRow()Returns a new object of class 'Table Test Row'.Methods in de.gebit.integrity.dsl that return types with arguments of type TableTestRow Modifier and Type Method Description org.eclipse.emf.common.util.EList<TableTestRow>TableTest. getRows()Returns the value of the 'Rows' containment reference list. -
Uses of TableTestRow in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement TableTestRow Modifier and Type Class Description classTableTestRowImplAn implementation of the model object 'Table Test Row'.Fields in de.gebit.integrity.dsl.impl with type parameters of type TableTestRow Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<TableTestRow>TableTestImpl. rowsThe cached value of the 'Rows' containment reference list.Methods in de.gebit.integrity.dsl.impl that return TableTestRow Modifier and Type Method Description TableTestRowDslFactoryImpl. createTableTestRow()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type TableTestRow Modifier and Type Method Description org.eclipse.emf.common.util.EList<TableTestRow>TableTestImpl. getRows() -
Uses of TableTestRow in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type TableTestRow Modifier and Type Method Description TDslSwitch. caseTableTestRow(TableTestRow object)Returns the result of interpreting the object as an instance of 'Table Test Row'. -
Uses of TableTestRow in de.gebit.integrity.parameter.resolving
Methods in de.gebit.integrity.parameter.resolving with parameters of type TableTestRow Modifier and Type Method Description Map<String,Object>DefaultParameterResolver. createParameterMap(TableTest aTableTest, TableTestRow aTableTestRow, TableTestParameterResolveMethod aResolveMethod, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Map<String,Object>ParameterResolver. createParameterMap(TableTest aTableTest, TableTestRow aTableTestRow, TableTestParameterResolveMethod aResolveMethod, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Returns a map mapping a parameter name to a value, exploring a given row of aTableTestto determine the valid parameters. -
Uses of TableTestRow in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type TableTestRow Modifier and Type Method Description voidCompoundTestRunnerCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)abstract voidTestRunnerCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)Called after a table test row has been executed.voidCompoundTestRunnerCallback. onTableTestRowStart(TableTest aTableTest, TableTestRow aRow)abstract voidTestRunnerCallback. onTableTestRowStart(TableTest aTableTest, TableTestRow aRow)Called when a single row of a table test is about to be executed.StringTestFormatter. tableTestRowToHumanReadableString(TableTest aTest, TableTestRow aRow, ConversionContext aConversionContext)Creates a human-readable string for a tabletest. -
Uses of TableTestRow in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type TableTestRow Modifier and Type Method Description voidConsoleTestCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)voidConsoleTestCallback. onTableTestRowStart(TableTest aTableTest, TableTestRow aRow) -
Uses of TableTestRow in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type TableTestRow Modifier and Type Method Description voidSetListCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)voidSetListCallback. onTableTestRowStart(TableTest aTableTest, TableTestRow aRow) -
Uses of TableTestRow in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type TableTestRow Modifier and Type Method Description voidXmlWriterTestCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)On table test row finish.voidXmlWriterTestCallback. onTableTestRowStart(TableTest aTableTest, TableTestRow aRow)On table test row start. -
Uses of TableTestRow in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type TableTestRow Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_TableTestRow(org.eclipse.xtext.serializer.ISerializationContext context, TableTestRow semanticObject)Contexts: TableTestRow returns TableTestRow Constraint: values+=ParameterTableValue+
-