共用方式為


TestFixtureAttribute 建構函式

定義

多載

TestFixtureAttribute()

預設建構函式

TestFixtureAttribute(Object[])

使用 代表一組引數的 object[] 建構。 在 .NET 2.0 中,引數稍後可能會分成類型引數和建構函式引數。

TestFixtureAttribute()

預設建構函式

public TestFixtureAttribute ();

適用於

TestFixtureAttribute(Object[])

使用 代表一組引數的 object[] 建構。 在 .NET 2.0 中,引數稍後可能會分成類型引數和建構函式引數。

public TestFixtureAttribute (params object[] arguments);
new NUnit.Framework.TestFixtureAttribute : obj[] -> NUnit.Framework.TestFixtureAttribute

參數

arguments
Object[]

適用於