Package com._1c.g5.v8.dt.md.resource
Class MdFieldInferrerTest
java.lang.Object
com._1c.g5.v8.dt.md.resource.AbstractInferrerTest
com._1c.g5.v8.dt.md.resource.MdFieldInferrerTest
MdFieldInferrer
tests.-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.md.resource.AbstractInferrerTest
AbstractInferrerTest.InferrerTestScenario<T extends org.eclipse.emf.ecore.EObject>
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.md.resource.AbstractInferrerTest
compatibilityMode, object, scenario
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Object[]>
protected void
runInferrer
(org.eclipse.emf.ecore.EObject object) This method defines the exact inferrer run functionality.protected void
Sets up the environment before the test runMethods inherited from class com._1c.g5.v8.dt.md.resource.AbstractInferrerTest
prepareMultiVersionTestInput, setUp, testDoubleClear, testDoubleSet, testReset, testSet
-
Constructor Details
-
MdFieldInferrerTest
public MdFieldInferrerTest()
-
-
Method Details
-
prepareInput
-
runInferrer
protected void runInferrer(org.eclipse.emf.ecore.EObject object) Description copied from class:AbstractInferrerTest
This method defines the exact inferrer run functionality. Example: mdFieldInferrer.inferFrom(object, typeProvider, compatibilityMode);- Specified by:
runInferrer
in classAbstractInferrerTest
- Parameters:
object
- The target object for the inferrer.
-
setupEnvironmentBeforeTest
protected void setupEnvironmentBeforeTest()Description copied from class:AbstractInferrerTest
Sets up the environment before the test run- Overrides:
setupEnvironmentBeforeTest
in classAbstractInferrerTest
-