Class ReplaceExtensionRequirementsTest

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

@IntegrationTest(replaces=de.hybris.platform.test.ExtensionRequirementsTest.class) public class ReplaceExtensionRequirementsTest extends de.hybris.platform.test.ExtensionRequirementsTest
  • Field Summary

    Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test

    jaloSession
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Checks if platform classpath entry exists and is not exported
    void
    Checks if illegal anything of the web folder is exported

    Methods inherited from class de.hybris.platform.test.ExtensionRequirementsTest

    getExtensionFilter, setUp, shouldCheckForWebExports, testIllegalRequirements

    Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test

    establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReplaceExtensionRequirementsTest

      public ReplaceExtensionRequirementsTest()
  • Method Details

    • testCorrectPlatformClasspathEntry

      public void testCorrectPlatformClasspathEntry() throws Exception
      Checks if platform classpath entry exists and is not exported
      Overrides:
      testCorrectPlatformClasspathEntry in class de.hybris.platform.test.ExtensionRequirementsTest
      Throws:
      Exception
    • testIllegalWebExports

      public void testIllegalWebExports() throws Exception
      Checks if illegal anything of the web folder is exported
      Overrides:
      testIllegalWebExports in class de.hybris.platform.test.ExtensionRequirementsTest
      Throws:
      Exception