Class DefaultUIAccessRightServiceTest
- java.lang.Object
-
- de.hybris.platform.cockpit.services.security.DefaultUIAccessRightServiceTest
-
@UnitTest @ContextConfiguration("classpath:/cockpit/cockpit-test.xml") public class DefaultUIAccessRightServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultUIAccessRightServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshoudAllowWhenDescriptorIsNullButItemIsWritable()voidshouldAllowWhenTypeIsNullButItemIsWritable()voidshouldRefuseWhenDesciptorAndTypeAreNull()voidshouldRefuseWhenTypeAndItemAreNull()voidshouldRefuseWhenTypeIsNull()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldRefuseWhenTypeIsNull
public void shouldRefuseWhenTypeIsNull()
-
shouldRefuseWhenTypeAndItemAreNull
public void shouldRefuseWhenTypeAndItemAreNull()
-
shouldAllowWhenTypeIsNullButItemIsWritable
public void shouldAllowWhenTypeIsNullButItemIsWritable()
-
shouldRefuseWhenDesciptorAndTypeAreNull
public void shouldRefuseWhenDesciptorAndTypeAreNull()
-
shoudAllowWhenDescriptorIsNullButItemIsWritable
public void shoudAllowWhenDescriptorIsNullButItemIsWritable()
-
-