Package org.eclipse.epsilon.eol.models
Class ModelGroupTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.models.ModelGroupTests
-
public class ModelGroupTests extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelGroupTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allContentsDelegatesToGroupedModels()
protected PlainXmlModel
createReadOnlyPlainXmlModel(String name, String alias, String xml)
void
exceptionWhenNoGroupedModelKnowsTypeNameOfInstance()
void
resetMocks()
static void
setup()
void
testModelGroupOperationContributor()
void
testProperties()
void
typeNameOfDelegatesToGroupedModels()
-
-
-
Method Detail
-
setup
public static void setup()
-
resetMocks
public void resetMocks()
-
allContentsDelegatesToGroupedModels
public void allContentsDelegatesToGroupedModels() throws EolModelNotFoundException
- Throws:
EolModelNotFoundException
-
typeNameOfDelegatesToGroupedModels
public void typeNameOfDelegatesToGroupedModels() throws EolModelNotFoundException
- Throws:
EolModelNotFoundException
-
exceptionWhenNoGroupedModelKnowsTypeNameOfInstance
public void exceptionWhenNoGroupedModelKnowsTypeNameOfInstance() throws EolModelNotFoundException
- Throws:
EolModelNotFoundException
-
testModelGroupOperationContributor
public void testModelGroupOperationContributor() throws Exception
- Throws:
Exception
-
createReadOnlyPlainXmlModel
protected PlainXmlModel createReadOnlyPlainXmlModel(String name, String alias, String xml)
-
-