Package de.hybris.platform.test
Class ExtensionRequirementsTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.test.ExtensionRequirementsTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Set<ExtensionInfo>getExtensionFilter(String filterName) static voidsetUp()protected booleanshouldCheckForWebExports(ExtensionInfo extension) voidChecks if platform classpath entry exists and is not exportedvoidChecks if the .classpath or extensioninfo.xml files require sampledata or a templatevoidChecks if illegal anything of the web folder is exportedMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ExtensionRequirementsTest
public ExtensionRequirementsTest()
-
-
Method Details
-
setUp
public static void setUp() -
testCorrectPlatformClasspathEntry
Checks if platform classpath entry exists and is not exported- Throws:
Exception
-
testIllegalRequirements
public void testIllegalRequirements()Checks if the .classpath or extensioninfo.xml files require sampledata or a template -
testIllegalWebExports
Checks if illegal anything of the web folder is exported- Throws:
Exception
-
shouldCheckForWebExports
-
getExtensionFilter
-