TestSuite Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TestSuite(String) | |
TestSuite(Type) | |
TestSuite(String, String) | |
TestSuite(Type, Object[]) |
TestSuite(String)
public TestSuite (string name);
new NUnit.Framework.Internal.TestSuite : string -> NUnit.Framework.Internal.TestSuite
Parameters
- name
- String
Applies to
TestSuite(Type)
public TestSuite (Type fixtureType);
new NUnit.Framework.Internal.TestSuite : Type -> NUnit.Framework.Internal.TestSuite
Parameters
- fixtureType
- Type