Class CollectionOfModelValuesTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.emc.wrappers.CollectionOfModelValuesTests
-
public class CollectionOfModelValuesTests extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionOfModelValuesTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getEquivalentShouldDelegateToGetEquivalentOfEachElement()
void
getEquivalentShouldExcludeValuesThatUnwrapToNull()
void
unwrapShouldDelegateToUnwrapOfEachElement()
-
-
-
Method Detail
-
unwrapShouldDelegateToUnwrapOfEachElement
public void unwrapShouldDelegateToUnwrapOfEachElement()
-
getEquivalentShouldDelegateToGetEquivalentOfEachElement
public void getEquivalentShouldDelegateToGetEquivalentOfEachElement() throws ConservativeCopyException
- Throws:
ConservativeCopyException
-
getEquivalentShouldExcludeValuesThatUnwrapToNull
public void getEquivalentShouldExcludeValuesThatUnwrapToNull() throws ConservativeCopyException
- Throws:
ConservativeCopyException
-
-