単体テストでオブジェクトを渡すにはどうすればよいですか? ここに私のコードがあります:
[Test]
[Row( "test",5,new CustomField())]
public void Test_Constructor(string type, int number, CustomField customField)
{
.....
}
エラーが返されます: 属性引数は、定数式、typeof 式、または属性パラメーター型の配列作成式である必要があります