Package org.eclipse.epsilon.emc.emf
Class EmfModelPropertyMigratorTests.UriPropertyMigratorTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.emf.EmfModelPropertyMigratorTests.UriPropertyMigratorTests
-
- Direct Known Subclasses:
EmfModelPropertyMigratorTests.MetamodelFilePropertyMigratorTests
,EmfModelPropertyMigratorTests.ModelFilePropertyMigratorTests
- Enclosing class:
- EmfModelPropertyMigratorTests
public abstract static class EmfModelPropertyMigratorTests.UriPropertyMigratorTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UriPropertyMigratorTests()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
clearProperties()
void
fileURIRemainsAFileUri()
protected abstract java.lang.String
getFileSystemPath()
protected org.eclipse.emf.common.util.URI
getFileUri()
protected abstract org.eclipse.emf.common.util.URI
getPlatformResourceUri()
protected abstract java.lang.String
getUnqualifiedUri()
protected abstract java.lang.String
keyOfNewProperty()
protected abstract java.lang.String
keyOfOldProperty()
void
newPropertyIsNotOverwrittenWhenItAlreadyHasAValue()
void
nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()
void
nothingIsInferredWhenThereIsNoLegacyProperty()
void
platformResourceURIRemainsAPlatformResourceUri()
void
unqualifiedUriBecomesAPlatformResourceUri()
-
-
-
Method Detail
-
clearProperties
public void clearProperties()
-
getUnqualifiedUri
protected abstract java.lang.String getUnqualifiedUri()
-
getPlatformResourceUri
protected abstract org.eclipse.emf.common.util.URI getPlatformResourceUri()
-
getFileSystemPath
protected abstract java.lang.String getFileSystemPath()
-
getFileUri
protected org.eclipse.emf.common.util.URI getFileUri()
-
unqualifiedUriBecomesAPlatformResourceUri
public void unqualifiedUriBecomesAPlatformResourceUri() throws java.lang.Exception
- Throws:
java.lang.Exception
-
platformResourceURIRemainsAPlatformResourceUri
public void platformResourceURIRemainsAPlatformResourceUri() throws java.lang.Exception
- Throws:
java.lang.Exception
-
fileURIRemainsAFileUri
public void fileURIRemainsAFileUri() throws java.lang.Exception
- Throws:
java.lang.Exception
-
nothingIsInferredWhenThereIsNoLegacyProperty
public void nothingIsInferredWhenThereIsNoLegacyProperty()
-
nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString
public void nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()
-
newPropertyIsNotOverwrittenWhenItAlreadyHasAValue
public void newPropertyIsNotOverwrittenWhenItAlreadyHasAValue()
-
keyOfOldProperty
protected abstract java.lang.String keyOfOldProperty()
-
keyOfNewProperty
protected abstract java.lang.String keyOfNewProperty()
-
-