AutoFixture无法为使用System.ComponentModel.DataAnnotations.RangeAttribute的decimal属性创建对象。
创始人
2024-11-12 14:00:17
0

AutoFixture无法为使用System.ComponentModel.DataAnnotations.RangeAttribute的decimal属性创建对象的问题可以通过自定义AttributeRelay来解决。下面是一个代码示例:

using System;
using System.ComponentModel.DataAnnotations;
using System.Reflection;
using AutoFixture;
using AutoFixture.Kernel;

public class RangeAttributeRelay : ISpecimenBuilder
{
    public object Create(object request, ISpecimenContext context)
    {
        var property = request as PropertyInfo;
        if (property == null)
        {
            return new NoSpecimen();
        }

        var rangeAttribute = property.GetCustomAttribute();
        if (rangeAttribute != null && property.PropertyType == typeof(decimal))
        {
            return context.Resolve(rangeAttribute.Minimum);
        }

        return new NoSpecimen();
    }
}

public class MyClass
{
    [Range(1.0, 10.0)]
    public decimal MyProperty { get; set; }
}

class Program
{
    static void Main(string[] args)
    {
        var fixture = new Fixture();
        fixture.Customizations.Add(new RangeAttributeRelay());

        var myClass = fixture.Create();

        Console.WriteLine(myClass.MyProperty);
    }
}

上面的代码示例中,我们自定义了一个RangeAttributeRelay类,实现了ISpecimenBuilder接口。在Create方法中,我们通过反射获取属性上的RangeAttribute,并判断属性类型是否为decimal。如果满足条件,我们使用AutoFixture的Resolve方法来生成满足RangeAttribute要求的decimal对象。

在Main方法中,我们首先创建了一个Fixture对象,并添加了自定义的RangeAttributeRelay。然后使用fixture.Create方法来创建MyClass对象,此时AutoFixture就能够正确生成满足RangeAttribute要求的decimal属性对象。

运行上述代码,输出将会是一个满足范围要求的decimal属性值。

相关内容

热门资讯

透视透视挂!wpk透视是真的吗... 透视透视挂!wpk透视是真的吗(透视)丫丫陕西打锅子插件(确实是真的辅助平台)-哔哩哔哩1、操作简单...
透视插件!wejoker辅助软... 透视插件!wejoker辅助软件视频(透视)牵手游戏辅助(总是真的有辅助神器)-哔哩哔哩1、下载好牵...
今年以来!wepokerplu... 今年以来!wepokerplus透视脚本免费(透视)新漫游正版辅助软件(确实是有辅助工具)-哔哩哔哩...
这一问题亟待解决!wpk可以作... 这一问题亟待解决!wpk可以作必弊吗(透视)晋中胡乐辅助工具(其实有辅助安装)-哔哩哔哩进入游戏-大...
透视智能ai!wepoker怎... 透视智能ai!wepoker怎么提高运气(透视)科乐填大坑技巧(都是是有辅助app)-哔哩哔哩1、上...
透视存在!hhpoker德州牛... 透视存在!hhpoker德州牛仔视频(透视)陕西辅助器具适用平台(切实是真的辅助下载)-哔哩哔哩1、...
最终!wepoker透视有没有... 最终!wepoker透视有没有(透视)凑一桌游戏关春天辅助(一直是真的辅助工具)-哔哩哔哩1、下载好...
截至目前!wepoker提高好... 截至目前!wepoker提高好牌率(透视)欢聚水鱼脚本(真是是有辅助下载)-哔哩哔哩1、欢聚水鱼脚本...
据通报!hhpoker有没有辅... 据通报!hhpoker有没有辅助(透视)凑一桌关春天辅助器在哪买(其实是有辅助修改器)-哔哩哔哩1、...
一直以来!hhpoker透视工... 一直以来!hhpoker透视工具(透视)浙江宝宝游戏辅助器(总是有辅助app)-哔哩哔哩1、浙江宝宝...