Beispiel #1
0
    public void Matches_Method_Suffix(string suffix)
    {
        var builder = new RestfulApiMethodBuilder(RestfulApiMethod.List);

        builder.MatchSuffix(suffix);

        builder.IsMatch(CreateActionModel(nameof(MyActionName))).Should().BeTrue();
    }