Class EmfModelPropertyMigratorTests.UriPropertyMigratorTests

    • Constructor Detail

      • UriPropertyMigratorTests

        public UriPropertyMigratorTests()
    • 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()