Class ExtensionAnalyzerTest


  • @UnitTest
    public class ExtensionAnalyzerTest
    extends java.lang.Object
    • Field Detail

      • folder

        public org.junit.rules.TemporaryFolder folder
    • Constructor Detail

      • ExtensionAnalyzerTest

        public ExtensionAnalyzerTest()
    • Method Detail

      • prepareTest

        public void prepareTest()
      • shouldMapExtensionInfoToGradleProject

        public void shouldMapExtensionInfoToGradleProject()
      • shouldGetCoreExtensions

        public void shouldGetCoreExtensions()
      • shouldGetNonCoreExtensionsWithoutDependencies

        public void shouldGetNonCoreExtensionsWithoutDependencies()
      • shouldNotTreatCoreExtensionsAsDependenciesForNonCore

        public void shouldNotTreatCoreExtensionsAsDependenciesForNonCore()
      • shouldGetCoreExtensionsWithDependencies

        public void shouldGetCoreExtensionsWithDependencies()
      • shouldGetNonCoreExtensionsWithDependenciesAndOmitCoreDependencies

        public void shouldGetNonCoreExtensionsWithDependenciesAndOmitCoreDependencies()
      • shouldGetWebExtensions

        public void shouldGetWebExtensions()
      • shouldGetAccWebAddonRelatedExtensions

        public void shouldGetAccWebAddonRelatedExtensions()
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldRecognizeExtensionAsCommonWebAddonIfItContainsCommonWebFolder

        public void shouldRecognizeExtensionAsCommonWebAddonIfItContainsCommonWebFolder()
                                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldRecognizeExtensionAsCommonWebAddonDependentIfItDependsOnIt

        public void shouldRecognizeExtensionAsCommonWebAddonDependentIfItDependsOnIt()
                                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldGetSourceBackofficeRelatedExtensions

        public void shouldGetSourceBackofficeRelatedExtensions()
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldCheckIfExtensionIsBackofficeDepended

        public void shouldCheckIfExtensionIsBackofficeDepended()
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldCheckIfExtensionIsBackofficeRelated

        public void shouldCheckIfExtensionIsBackofficeRelated()
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldGetBootstrapPlusCoreExtensions

        public void shouldGetBootstrapPlusCoreExtensions()
      • shouldRecognizeBinaryExtensions

        public void shouldRecognizeBinaryExtensions()
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldDeterminePlatformBinarityBasedOnCoreExt

        public void shouldDeterminePlatformBinarityBasedOnCoreExt()
                                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldGetProperConfigPath

        public void shouldGetProperConfigPath()
      • shouldGetProperBootstrapPath

        public void shouldGetProperBootstrapPath()