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 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 String
getFileSystemPath()
protected org.eclipse.emf.common.util.URI
getFileUri()
protected abstract org.eclipse.emf.common.util.URI
getPlatformResourceUri()
protected abstract String
getUnqualifiedUri()
protected abstract String
keyOfNewProperty()
protected abstract String
keyOfOldProperty()
void
newPropertyIsNotOverwrittenWhenItAlreadyHasAValue()
void
nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()
void
nothingIsInferredWhenThereIsNoLegacyProperty()
void
platformResourceURIRemainsAPlatformResourceUri()
void
unqualifiedUriBecomesAPlatformResourceUri()
-
-
-
Method Detail
-
clearProperties
public void clearProperties()
-
getUnqualifiedUri
protected abstract String getUnqualifiedUri()
-
getPlatformResourceUri
protected abstract org.eclipse.emf.common.util.URI getPlatformResourceUri()
-
getFileSystemPath
protected abstract String getFileSystemPath()
-
getFileUri
protected org.eclipse.emf.common.util.URI getFileUri()
-
unqualifiedUriBecomesAPlatformResourceUri
public void unqualifiedUriBecomesAPlatformResourceUri() throws Exception
- Throws:
Exception
-
platformResourceURIRemainsAPlatformResourceUri
public void platformResourceURIRemainsAPlatformResourceUri() throws Exception
- Throws:
Exception
-
nothingIsInferredWhenThereIsNoLegacyProperty
public void nothingIsInferredWhenThereIsNoLegacyProperty()
-
nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString
public void nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()
-
newPropertyIsNotOverwrittenWhenItAlreadyHasAValue
public void newPropertyIsNotOverwrittenWhenItAlreadyHasAValue()
-
keyOfOldProperty
protected abstract String keyOfOldProperty()
-
keyOfNewProperty
protected abstract String keyOfNewProperty()
-
-