Class TypeBasedEquivalenceTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.equivalences.TypeBasedEquivalenceTests
-
public class TypeBasedEquivalenceTests extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeBasedEquivalenceTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
automaticallyPopulateEquivalentShouldPreserveIdentity()
void
conservativeCopyShouldCopySharedProperties()
void
conservativeCopyShouldDelegateToContextToFindEquivalentValue()
void
conservativeCopyShouldNotCopyIgnoredProperties()
-
-
-
Method Detail
-
automaticallyPopulateEquivalentShouldPreserveIdentity
public void automaticallyPopulateEquivalentShouldPreserveIdentity() throws FlockRuntimeException
- Throws:
FlockRuntimeException
-
conservativeCopyShouldCopySharedProperties
public void conservativeCopyShouldCopySharedProperties() throws EolRuntimeException
- Throws:
EolRuntimeException
-
conservativeCopyShouldNotCopyIgnoredProperties
public void conservativeCopyShouldNotCopyIgnoredProperties() throws EolRuntimeException
- Throws:
EolRuntimeException
-
conservativeCopyShouldDelegateToContextToFindEquivalentValue
public void conservativeCopyShouldDelegateToContextToFindEquivalentValue() throws EolRuntimeException
- Throws:
EolRuntimeException
-
-