Package de.hybris.platform.test
Class ExtensionRequirementsNotAwareAboutAddonsTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.test.ExtensionRequirementsNotAwareAboutAddonsTest
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
TextFieldModuleExtensionRequirementsTest
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetUp()voidChecks if the .classpath and the extensioninfo.xml files within an extension have matching requirements This test will fail on CS pipeline and in eny environment configured with add-ons, Platform is unaware of add-on logic Test is in a separate class so it can be ignored in the pipeline configurationMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ExtensionRequirementsNotAwareAboutAddonsTest
public ExtensionRequirementsNotAwareAboutAddonsTest()
-
-
Method Details
-
setUp
public static void setUp() -
testEclipseClasspathMatchesExtensionInfoXml
Checks if the .classpath and the extensioninfo.xml files within an extension have matching requirements This test will fail on CS pipeline and in eny environment configured with add-ons, Platform is unaware of add-on logic Test is in a separate class so it can be ignored in the pipeline configuration- Throws:
Exception
-