Uses of Interface
de.gebit.integrity.dsl.SuiteStatementWithResult
-
-
Uses of SuiteStatementWithResult in de.gebit.integrity.dsl
Subinterfaces of SuiteStatementWithResult in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceCallA representation of the model object 'Call'.interfaceSuiteA representation of the model object 'Suite'.interfaceTableTestA representation of the model object 'Table Test'.interfaceTestA representation of the model object 'Test'.interfaceTimeSetA representation of the model object 'Time Set'.Methods in de.gebit.integrity.dsl that return SuiteStatementWithResult Modifier and Type Method Description SuiteStatementWithResultDslFactory. createSuiteStatementWithResult()Returns a new object of class 'Suite Statement With Result'. -
Uses of SuiteStatementWithResult in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement SuiteStatementWithResult Modifier and Type Class Description classCallImplAn implementation of the model object 'Call'.classSuiteImplAn implementation of the model object 'Suite'.classSuiteStatementWithResultImplAn implementation of the model object 'Suite Statement With Result'.classTableTestImplAn implementation of the model object 'Table Test'.classTestImplAn implementation of the model object 'Test'.classTimeSetImplAn implementation of the model object 'Time Set'.Methods in de.gebit.integrity.dsl.impl that return SuiteStatementWithResult Modifier and Type Method Description SuiteStatementWithResultDslFactoryImpl. createSuiteStatementWithResult() -
Uses of SuiteStatementWithResult in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type SuiteStatementWithResult Modifier and Type Method Description TDslSwitch. caseSuiteStatementWithResult(SuiteStatementWithResult object)Returns the result of interpreting the object as an instance of 'Suite Statement With Result'. -
Uses of SuiteStatementWithResult in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that return types with arguments of type SuiteStatementWithResult Modifier and Type Method Description protected Map<SuiteStatementWithResult,List<? extends Result>>DefaultTestRunner. executeSuite(SuiteDefinition aSuite)Executes a suite. -
Uses of SuiteStatementWithResult in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type SuiteStatementWithResult Modifier and Type Method Description StringTestFormatter. fixtureMethodToHumanReadableString(MethodReference aFixtureMethod, SuiteStatementWithResult aStatement, Map<String,Object> someParameters, ConversionContext aConversionContext)Creates a human-readable string for a fixture method. -
Uses of SuiteStatementWithResult in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type SuiteStatementWithResult Modifier and Type Method Description protected SetListEntry[]SetListCallback. addMethodAndParamsToTestOrCall(MethodReference aMethod, org.eclipse.emf.common.util.EList<Parameter> aParamList, SetListEntry anEntry, SuiteStatementWithResult aStatement)Adds information about the fixture method being called and the parameters given to it to a test or call entry.protected List<SetListEntry>SetListCallback. onAnyKindOfSubTestFinish(MethodReference aMethod, SuiteStatementWithResult aStatement, SetListEntry aTestEntry, TestSubResult aSubResult, Map<String,Object> aParameterMap)This method is used to perform the actual sub-test result parsing, both for normal tests and tabletests (with the latter having more than one subtest). -
Uses of SuiteStatementWithResult in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type SuiteStatementWithResult Modifier and Type Method Description protected voidXmlWriterTestCallback. onAnyKindOfSubTestFinish(MethodReference aMethod, SuiteStatementWithResult aStatement, org.jdom.Element aResultCollectionElement, TestSubResult aSubResult, Map<String,Object> aParameterMapForText, Map<String,Object> aParameterMap)Used to write sub-test results. -
Uses of SuiteStatementWithResult in de.gebit.integrity.runner.results
Methods in de.gebit.integrity.runner.results that return types with arguments of type SuiteStatementWithResult Modifier and Type Method Description Map<SuiteStatementWithResult,List<? extends Result>>SuiteResult. getResults()Constructor parameters in de.gebit.integrity.runner.results with type arguments of type SuiteStatementWithResult Constructor Description SuiteResult(Map<SuiteStatementWithResult,List<? extends Result>> someStatementResults, Map<SuiteDefinition,Result> someSetupResults, Map<SuiteDefinition,Result> someTearDownResults, Long anExecutionTime)Creates a new instance. -
Uses of SuiteStatementWithResult in de.gebit.integrity.ui.outline
Methods in de.gebit.integrity.ui.outline with parameters of type SuiteStatementWithResult Modifier and Type Method Description protected voidDSLOutlineTreeProvider. _createNode(org.eclipse.xtext.ui.editor.outline.IOutlineNode aParentNode, SuiteStatementWithResult aModelElement)Dynamic Dispatch ofDefaultOutlineTreeProvider.createNode(IOutlineNode, EObject). -
Uses of SuiteStatementWithResult in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type SuiteStatementWithResult Modifier and Type Method Description protected voidDSLJavaValidator. _checkParameter(SuiteStatementWithResult aCall)Polymorphic Dispatch Default Case of#checkParameter(Call).voidDSLJavaValidator. checkParameter(SuiteStatementWithResult aCall)Checks for missing parameters.
-