public abstract static class EmfModelPropertyMigratorTests.UriPropertyMigratorTests extends Object
Constructor and Description |
---|
UriPropertyMigratorTests() |
Modifier and Type | Method and 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() |
public void clearProperties()
protected abstract String getUnqualifiedUri()
protected abstract org.eclipse.emf.common.util.URI getPlatformResourceUri()
protected abstract String getFileSystemPath()
protected org.eclipse.emf.common.util.URI getFileUri()
public void unqualifiedUriBecomesAPlatformResourceUri() throws Exception
Exception
public void platformResourceURIRemainsAPlatformResourceUri() throws Exception
Exception
public void nothingIsInferredWhenThereIsNoLegacyProperty()
public void nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()
public void newPropertyIsNotOverwrittenWhenItAlreadyHasAValue()
protected abstract String keyOfOldProperty()
protected abstract String keyOfNewProperty()
Copyright © 2020. All rights reserved.