SetUpAttribute Class
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.
Attribute used to mark a class that contains one-time SetUp and/or TearDown methods that apply to all the tests in a namespace or an assembly.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class SetUpAttribute : NUnit.Framework.NUnitAttribute
type SetUpAttribute = class
inherit NUnitAttribute
- Inheritance
- Attributes
Constructors
SetUpAttribute() |