Package org.eclipse.epsilon.emc.csv
Class CsvModelTests.ModelAccessTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.csv.CsvModelTests.ModelAccessTests
-
- Enclosing class:
- CsvModelTests
public static class CsvModelTests.ModelAccessTests extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
thrown
-
Constructor Summary
Constructors Constructor Description ModelAccessTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
teardown()
void
testCreateInstanceInModelString()
void
testDeleteElementInModel()
void
testGetAllOfKindFromModelString()
void
testGetAllOfTypeFromModelString()
void
testGetAllTypeNamesOf()
void
testGetEnumerationValue()
void
testGetTypeNameOf()
void
testGetTypeOf()
void
testHasProperty()
void
testHasType()
void
testIsInstantiable()
void
testIsModelElement()
void
testOwns()
-
-
-
Method Detail
-
teardown
public void teardown()
-
testIsModelElement
public void testIsModelElement()
-
testGetTypeOf
public void testGetTypeOf()
-
testGetAllTypeNamesOf
public void testGetAllTypeNamesOf()
-
testGetTypeNameOf
public void testGetTypeNameOf()
-
testOwns
public void testOwns()
-
testIsInstantiable
public void testIsInstantiable()
-
testHasType
public void testHasType()
-
testGetAllOfTypeFromModelString
public void testGetAllOfTypeFromModelString() throws Exception
- Throws:
Exception
-
testGetAllOfKindFromModelString
public void testGetAllOfKindFromModelString() throws Exception
- Throws:
Exception
-
testCreateInstanceInModelString
public void testCreateInstanceInModelString() throws Exception, EolNotInstantiableModelElementTypeException
-
-