Class ModelTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.emc.wrappers.ModelTests
-
public class ModelTests extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allContentsDelegatesToUnderlyingModelAndWrapsValues()
void
createInstanceDelegatesToUnderlyingModelAndWrapsValue()
void
getEquivalentForEnumeratorDelegatesToUnderlyingModel()
void
getIdentityDelegatesToUnderlyingModel()
void
getPropertyValueShouldDelegateToPropertyGetterAndWrapValue()
void
setIdentityDelegatesToUnderlyingModel()
void
setPropertyValueShouldDelegateToPropertySetterAndUnwrapValue()
-
-
-
Method Detail
-
setPropertyValueShouldDelegateToPropertySetterAndUnwrapValue
public void setPropertyValueShouldDelegateToPropertySetterAndUnwrapValue() throws EolRuntimeException
- Throws:
EolRuntimeException
-
getPropertyValueShouldDelegateToPropertyGetterAndWrapValue
public void getPropertyValueShouldDelegateToPropertyGetterAndWrapValue() throws EolRuntimeException
- Throws:
EolRuntimeException
-
createInstanceDelegatesToUnderlyingModelAndWrapsValue
public void createInstanceDelegatesToUnderlyingModelAndWrapsValue() throws EolRuntimeException
- Throws:
EolRuntimeException
-
allContentsDelegatesToUnderlyingModelAndWrapsValues
public void allContentsDelegatesToUnderlyingModelAndWrapsValues() throws EolRuntimeException
- Throws:
EolRuntimeException
-
getEquivalentForEnumeratorDelegatesToUnderlyingModel
public void getEquivalentForEnumeratorDelegatesToUnderlyingModel() throws EolRuntimeException
- Throws:
EolRuntimeException
-
getIdentityDelegatesToUnderlyingModel
public void getIdentityDelegatesToUnderlyingModel() throws EolEnumerationValueNotFoundException
-
setIdentityDelegatesToUnderlyingModel
public void setIdentityDelegatesToUnderlyingModel() throws EolEnumerationValueNotFoundException
-
-