Test 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
Test(String) | |
Test(Type) | |
Test(String, String) |
Test(String)
protected Test (string name);
new NUnit.Framework.Internal.Test : string -> NUnit.Framework.Internal.Test
Parameters
- name
- String
Applies to
Test(Type)
protected Test (Type fixtureType);
new NUnit.Framework.Internal.Test : Type -> NUnit.Framework.Internal.Test
Parameters
- fixtureType
- Type