IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
SetUpFixtureAttribute is used to identify a SetUpFixture More...
Public Member Functions | |
IEnumerable< TestSuite > | BuildFrom (ITypeInfo typeInfo) |
Build a SetUpFixture from type provided. Normally called for a Type on which the attribute has been placed. More... | |
![]() | |
NUnitAttribute () | |
Default constructor More... | |
Private Member Functions | |
bool | IsValidFixtureType (ITypeInfo typeInfo, ref string reason) |
SetUpFixtureAttribute is used to identify a SetUpFixture
Build a SetUpFixture from type provided. Normally called for a Type on which the attribute has been placed.
typeInfo | The type info of the fixture to be used. |
Implements NUnit.Framework.Interfaces.IFixtureBuilder.
References NUnit.Framework.Internal.Test.Properties, NUnit.Framework.Internal.Test.RunState, NUnit.Framework.Interfaces.IPropertyBag.Set(), and NUnit.Framework.Internal.PropertyNames.SkipReason.
Referenced by NUnit.Framework.Attributes.SetUpFixtureAttributeTests.CertainAttributesAreNotAllowed().
|
inlineprivate |