Package de.hybris.ant.taskdefs.gradle
Class ExtensionAnalyzerTest
- java.lang.Object
-
- de.hybris.ant.taskdefs.gradle.ExtensionAnalyzerTest
-
@UnitTest public class ExtensionAnalyzerTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFolderfolder
-
Constructor Summary
Constructors Constructor Description ExtensionAnalyzerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepareTest()voidshouldCheckIfExtensionIsBackofficeDepended()voidshouldCheckIfExtensionIsBackofficeRelated()voidshouldDeterminePlatformBinarityBasedOnCoreExt()voidshouldGetAccWebAddonRelatedExtensions()voidshouldGetBootstrapPlusCoreExtensions()voidshouldGetCoreExtensions()voidshouldGetCoreExtensionsWithDependencies()voidshouldGetNonCoreExtensionsWithDependenciesAndOmitCoreDependencies()voidshouldGetNonCoreExtensionsWithoutDependencies()voidshouldGetProperBootstrapPath()voidshouldGetProperConfigPath()voidshouldGetSourceBackofficeRelatedExtensions()voidshouldGetWebExtensions()voidshouldMapExtensionInfoToGradleProject()voidshouldNotTreatCoreExtensionsAsDependenciesForNonCore()voidshouldRecognizeBinaryExtensions()voidshouldRecognizeExtensionAsCommonWebAddonDependentIfItDependsOnIt()voidshouldRecognizeExtensionAsCommonWebAddonIfItContainsCommonWebFolder()
-
-
-
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()
-
-