Exemplo n.º 1
0
            /// <summary>
            /// Initializes a new instance of the When_AddScope_is_called_with_one_permission_selected class.
            /// </summary>
            public When_AddScope_is_called_with_one_permission_selected()
            {
                args = new Dictionary<string, object>();

                args.AddScope(Permissions.Email);
            }
Exemplo n.º 2
0
            public When_AddScope_is_called_with_more_permissions()
            {
                args = new Dictionary<string, object>();

                args.AddScope(Permissions.PublishStream | Permissions.Email);
            }