Package org.eclipse.epsilon.emc.emf
Class EmfModelLoadTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.emf.EmfModelLoadTests
-
public class EmfModelLoadTests extends Object
-
-
Constructor Summary
Constructors Constructor Description EmfModelLoadTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcountWithoutResolving(EmfModel model)protected EmfModelcreateFragmentedModel()protected EmfModelcreateHControlModel()voidexpandFalseWithCachingResolvesProxies()voidexpandFalseWithNoCachingLeavesProxiesUnresolved()voidfragmentedModelSizeWithExpand()voidfragmentedModelSizeWithoutExpand()voidunregisteredMetamodelResultsInEpsilonException()
-
-
-
Method Detail
-
unregisteredMetamodelResultsInEpsilonException
public void unregisteredMetamodelResultsInEpsilonException() throws Exception- Throws:
Exception
-
fragmentedModelSizeWithoutExpand
public void fragmentedModelSizeWithoutExpand() throws Exception- Throws:
Exception
-
fragmentedModelSizeWithExpand
public void fragmentedModelSizeWithExpand() throws Exception- Throws:
Exception
-
expandFalseWithCachingResolvesProxies
public void expandFalseWithCachingResolvesProxies() throws Exception- Throws:
Exception
-
expandFalseWithNoCachingLeavesProxiesUnresolved
public void expandFalseWithNoCachingLeavesProxiesUnresolved() throws Exception- Throws:
Exception
-
countWithoutResolving
protected int countWithoutResolving(EmfModel model)
-
-