0

我正在尝试将对象与单元测试的 Row 属性中的其他参数一起传递。

    [Row("Test1", new CustomField(), 3)]  // parameters MUST be string, object and int    
    public void Test_Constructor(string testType, CustomField customField, int num)
    {
       .....
    }

但这会返回一个错误:

 An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type.

我怎样才能做到这一点....

4

0 回答 0