Class DefaultUIAccessRightServiceTest

java.lang.Object
de.hybris.platform.cockpit.services.security.DefaultUIAccessRightServiceTest

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

    • DefaultUIAccessRightServiceTest

      public DefaultUIAccessRightServiceTest()
  • Method Details

    • setUp

      public void setUp()
    • shouldRefuseWhenTypeIsNull

      public void shouldRefuseWhenTypeIsNull()
    • shouldRefuseWhenTypeAndItemAreNull

      public void shouldRefuseWhenTypeAndItemAreNull()
    • shouldAllowWhenTypeIsNullButItemIsWritable

      public void shouldAllowWhenTypeIsNullButItemIsWritable()
    • shouldRefuseWhenDesciptorAndTypeAreNull

      public void shouldRefuseWhenDesciptorAndTypeAreNull()
    • shoudAllowWhenDescriptorIsNullButItemIsWritable

      public void shoudAllowWhenDescriptorIsNullButItemIsWritable()