IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
FixtureNotNullTestAttribute (string location) | |
override void | BeforeTest (ITest test) |
Executed before each test is run More... | |
![]() | |
virtual void | AfterTest (ITest test) |
Executed after each test is run More... | |
Private Attributes | |
readonly string | _location |
Additional Inherited Members | |
![]() | |
virtual ActionTargets | Targets [get] |
Provides the target for the action attribute More... | |
![]() | |
ActionTargets | Targets [get] |
Provides the target for the action attribute More... | |
|
inline |
|
inlinevirtual |
Executed before each test is run
test | The test that is going to be run. |
Reimplemented from NUnit.Framework.TestActionAttribute.
References NUnit.Framework.Is.EqualTo(), NUnit.Framework.Interfaces.ITest.Fixture, NUnit.Framework.Is.Not, NUnit.Framework.Assert.That(), NUnit.Framework.Interfaces.ITypeInfo.Type, and NUnit.Framework.Interfaces.ITest.TypeInfo.
|
private |