Class DefaultUIAccessRightServiceTest
java.lang.Object
de.hybris.platform.cockpit.services.security.DefaultUIAccessRightServiceTest
-
Constructor Summary
Constructors -
Method Summary
-
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()
-