Exemplo n.º 1
0
        public ICardActionAssertions ActionType(CardActionType type)
        {
            _stringHelpers.TestForMatch(_cardAction.Type, CardActionTypeMap.Map(type), CreateEx(nameof(_cardAction.Type), type.ToString()));

            return(this);
        }
Exemplo n.º 2
0
        public ICardActionAssertions ActionType(CardActionType type)
        {
            _setHelpers.TestSetForMatch(CardActions, action => action.That().ActionType(type), CreateEx(nameof(CardAction.Type), type.ToString()));

            return(this);
        }