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 int
countWithoutResolving(EmfModel model)
protected EmfModel
createFragmentedModel()
protected EmfModel
createHControlModel()
void
expandFalseWithCachingResolvesProxies()
void
expandFalseWithNoCachingLeavesProxiesUnresolved()
void
fragmentedModelSizeWithExpand()
void
fragmentedModelSizeWithoutExpand()
void
unregisteredMetamodelResultsInEpsilonException()
-
-
-
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)
-
-