Package de.hybris.platform.test
Class ExtensionRequirementsNotAwareAboutAddonsTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.ExtensionRequirementsNotAwareAboutAddonsTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ExtensionRequirementsNotAwareAboutAddonsTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ExtensionRequirementsNotAwareAboutAddonsTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setUp()
void
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-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public static void setUp()
-
testEclipseClasspathMatchesExtensionInfoXml
public void testEclipseClasspathMatchesExtensionInfoXml() throws java.lang.Exception
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:
java.lang.Exception
-
-