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
-
public class MdFieldInferrerTest extends AbstractInferrerTest
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 Constructor Description MdFieldInferrerTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<Object[]>
prepareInput()
protected void
runInferrer(org.eclipse.emf.ecore.EObject object)
This method defines the exact inferrer run functionality.protected void
setupEnvironmentBeforeTest()
Sets up the environment before the test run-
Methods inherited from class com._1c.g5.v8.dt.md.resource.AbstractInferrerTest
prepareMultiVersionTestInput, setUp, testDoubleClear, testDoubleSet, testReset, testSet
-
-
-
-
Method Detail
-
prepareInput
public static Collection<Object[]> 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
-
-