有沒有辦法在我使用Factory屬性時寫入某個輸入的特定異常? 我知道如何使用Row屬性來完成它,但我需要它來動態生成測試輸入。 見測試例吼叫爲返回提供的字符串的反函數: [TestFixture]
public class MyTestFixture()
{
private IEnumerable<object[]> TestData
{
get
我想基於列列表使用列名作爲參數生成幾個SQL語句。 編輯:C# var columns = new string[] { "COL1", "COL2" };
var tableName = "TABLE_1";
var prefix = "@"; // TODO get this from the provider factory
string sqlInsert = string.For