Class HybrisContextFactoryTest

java.lang.Object
de.hybris.platform.core.HybrisContextFactoryTest

@UnitTest @ContextConfiguration("classpath:test/dummy-test-spring.xml") public class HybrisContextFactoryTest extends Object
  • Constructor Details

    • HybrisContextFactoryTest

      public HybrisContextFactoryTest()
  • Method Details

    • inject

      public void inject()
    • tearDown

      public void tearDown()
    • applicationContextShouldHaveOnlyProfileNamedFromTenantIDIfThereAreNotProfilesConfiguredGlobally

      public void applicationContextShouldHaveOnlyProfileNamedFromTenantIDIfThereAreNotProfilesConfiguredGlobally() throws Exception
      Throws:
      Exception
    • applicationContextShouldHaveAnyConfiguredGloballyProfilePlusProfileNamedFromTenantID

      public void applicationContextShouldHaveAnyConfiguredGloballyProfilePlusProfileNamedFromTenantID() throws Exception
      Throws:
      Exception
    • applicationContextShouldReturnBeanConfiguredInTenantAwareProfile

      public void applicationContextShouldReturnBeanConfiguredInTenantAwareProfile() throws Exception
      Throws:
      Exception
    • globalApplicationContextShouldReturnBeanConfiguredInPredefinedInPropertiesProfile

      public void globalApplicationContextShouldReturnBeanConfiguredInPredefinedInPropertiesProfile() throws Exception
      Throws:
      Exception
    • testHasAGlobalBean

      public void testHasAGlobalBean() throws Exception
      Throws:
      Exception
    • testApplicationContextHasGlobalContextAsAParent

      public void testApplicationContextHasGlobalContextAsAParent() throws Exception
      Throws:
      Exception
    • testHasALocallBean

      public void testHasALocallBean() throws Exception
      Throws:
      Exception
    • testAssureHasAGlobalBean

      public void testAssureHasAGlobalBean() throws Exception
      Throws:
      Exception
    • testAssureComponentScanIgnoresTenantAnnotation

      public void testAssureComponentScanIgnoresTenantAnnotation() throws Exception
      Throws:
      Exception