Beispiel #1
0
    public void Not_Matches_Method_ParameterCount(string actionName, int count)
    {
        var builder = new RestfulApiMethodBuilder(RestfulApiMethod.List);

        builder.MatchParameterCount(count);

        builder.IsMatch(CreateActionModel(actionName)).Should().BeFalse();
    }