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

        builder.MatchPrefix(prefix);

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