Class DefaultPermissionEnablerServiceTest


  • @UnitTest
    public class DefaultPermissionEnablerServiceTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultPermissionEnablerServiceTest

        public DefaultPermissionEnablerServiceTest()
    • Method Detail

      • setup

        public void setup()
      • buildNeverCreatesConfigurationWhenCheckingAllTypesAndAttributes

        public void buildNeverCreatesConfigurationWhenCheckingAllTypesAndAttributes()
      • buildNeverCreatesConfigurationWhenEmptyPermissionsConfigIsProvided

        public void buildNeverCreatesConfigurationWhenEmptyPermissionsConfigIsProvided()
      • buildCallsTypeServiceAndCreatesConfigurationForEachProvidedPermissionConfig

        public void buildCallsTypeServiceAndCreatesConfigurationForEachProvidedPermissionConfig()
      • buildSetsConfigurationContainingTypecodeAndIncludedAttributesForEachConfiguration

        public void buildSetsConfigurationContainingTypecodeAndIncludedAttributesForEachConfiguration()
      • returnsTrueIfAllTypesAreVerifiable

        public void returnsTrueIfAllTypesAreVerifiable()
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • returnsTrueIfGivenTypeIsVerifiable

        public void returnsTrueIfGivenTypeIsVerifiable()
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • returnsFalseIfGivenTypeIsNotVerifiable

        public void returnsFalseIfGivenTypeIsNotVerifiable()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • returnsTrueIfAllAttributesAreVerifiable

        public void returnsTrueIfAllAttributesAreVerifiable()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • returnsTrueIfGivenAttributeIsVerifiable

        public void returnsTrueIfGivenAttributeIsVerifiable()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • returnsFalseIfGivenAttributeIsNotVerifiable

        public void returnsFalseIfGivenAttributeIsNotVerifiable()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception