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 voidrunInferrer(org.eclipse.emf.ecore.EObject object) This method defines the exact inferrer run functionality.protected voidSets 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:AbstractInferrerTestThis method defines the exact inferrer run functionality. Example: mdFieldInferrer.inferFrom(object, typeProvider, compatibilityMode);- Specified by:
runInferrerin classAbstractInferrerTest- Parameters:
object- The target object for the inferrer.
-
setupEnvironmentBeforeTest
protected void setupEnvironmentBeforeTest()Description copied from class:AbstractInferrerTestSets up the environment before the test run- Overrides:
setupEnvironmentBeforeTestin classAbstractInferrerTest
-