Uses of Class
com._1c.g5.v8.dt.md.resource.AbstractInferrerTest.InferrerTestScenario
-
Packages that use AbstractInferrerTest.InferrerTestScenario Package Description com._1c.g5.v8.dt.md.resource -
-
Uses of AbstractInferrerTest.InferrerTestScenario in com._1c.g5.v8.dt.md.resource
Fields in com._1c.g5.v8.dt.md.resource declared as AbstractInferrerTest.InferrerTestScenario Modifier and Type Field Description AbstractInferrerTest.InferrerTestScenario
AbstractInferrerTest. scenario
Methods in com._1c.g5.v8.dt.md.resource that return AbstractInferrerTest.InferrerTestScenario Modifier and Type Method Description AbstractInferrerTest.InferrerTestScenario<T>
AbstractInferrerTest.InferrerTestScenario. assertReset(BiConsumer<T,CompatibilityMode> assertResetFunction)
AbstractInferrerTest.InferrerTestScenario<T>
AbstractInferrerTest.InferrerTestScenario. assertSet(BiConsumer<T,CompatibilityMode> assertSetFunction)
Sets the function that asserts inferrer result in case of 'Set' scenario.AbstractInferrerTest.InferrerTestScenario<T>
AbstractInferrerTest.InferrerTestScenario. beforeTest(Consumer<T> beforeTestFunction)
AbstractInferrerTest.InferrerTestScenario<T>
AbstractInferrerTest.InferrerTestScenario. resetCondition(Consumer<T> resetCondition)
AbstractInferrerTest.InferrerTestScenario<T>
AbstractInferrerTest.InferrerTestScenario. setCondition(Consumer<T> setCondition)
Method parameters in com._1c.g5.v8.dt.md.resource with type arguments of type AbstractInferrerTest.InferrerTestScenario Modifier and Type Method Description protected static Collection<Object[]>
AbstractInferrerTest. prepareMultiVersionTestInput(Collection<AbstractInferrerTest.InferrerTestScenario<? extends org.eclipse.emf.ecore.EObject>> scenarios)
Utility method for preparing parameters to run all provided scenarios against supported compatibility modes.
-