Searched refs:getEnforcedAdmin (Results 1 – 3 of 3) sorted by relevance
79 whenever(restrictedLockProxy.getEnforcedAdmin(anyInt(), anyString())).thenReturn(null) in testEnabledWhenNoAdmin()89 whenever(restrictedLockProxy.getEnforcedAdmin(anyInt(), anyString())).thenReturn(admin) in testDisabledWhenAdminWithNoRestrictions()102 whenever(restrictedLockProxy.getEnforcedAdmin(anyInt(), anyString())).thenReturn(ADMIN) in testEnabledWhenAdminWithRestrictions()
82 restrictedLockProxy.getEnforcedAdmin(user.identifier, userRestriction) in isDisabled()119 fun getEnforcedAdmin(userId: Int, userRestriction: String?): EnforcedAdmin? = method
80 getEnforcedAdmin( in createRecord()105 private fun getEnforcedAdmin( in getEnforcedAdmin() method