Class ExtensionRequirementsTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.test.ExtensionRequirementsTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ExtensionRequirementsTest extends HybrisJUnit4Test
  • Constructor Details

    • ExtensionRequirementsTest

      public ExtensionRequirementsTest()
  • Method Details

    • setUp

      public static void setUp()
    • testCorrectPlatformClasspathEntry

      public void testCorrectPlatformClasspathEntry() throws Exception
      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

      public void testIllegalWebExports() throws Exception
      Checks if illegal anything of the web folder is exported
      Throws:
      Exception
    • shouldCheckForWebExports

      protected boolean shouldCheckForWebExports(ExtensionInfo extension)
    • getExtensionFilter

      protected static Set<ExtensionInfo> getExtensionFilter(String filterName)