Package org.eclipse.epsilon.emc.emf
Class EmfModelLoadTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.emf.EmfModelLoadTests
-
public class EmfModelLoadTests extends java.lang.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 java.lang.Exception
- Throws:
java.lang.Exception
-
fragmentedModelSizeWithoutExpand
public void fragmentedModelSizeWithoutExpand() throws java.lang.Exception
- Throws:
java.lang.Exception
-
fragmentedModelSizeWithExpand
public void fragmentedModelSizeWithExpand() throws java.lang.Exception
- Throws:
java.lang.Exception
-
expandFalseWithCachingResolvesProxies
public void expandFalseWithCachingResolvesProxies() throws java.lang.Exception
- Throws:
java.lang.Exception
-
expandFalseWithNoCachingLeavesProxiesUnresolved
public void expandFalseWithNoCachingLeavesProxiesUnresolved() throws java.lang.Exception
- Throws:
java.lang.Exception
-
countWithoutResolving
protected int countWithoutResolving(EmfModel model)
-
createHControlModel
protected EmfModel createHControlModel() throws java.lang.Exception
- Throws:
java.lang.Exception
-
createFragmentedModel
protected EmfModel createFragmentedModel() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-