IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Provide actions to execute before and after tests. More...
Public Member Functions | |
virtual void | BeforeTest (ITest test) |
Executed before each test is run More... | |
virtual void | AfterTest (ITest test) |
Executed after each test is run More... | |
Properties | |
virtual ActionTargets | Targets [get] |
Provides the target for the action attribute More... | |
![]() | |
ActionTargets | Targets [get] |
Provides the target for the action attribute More... | |
Provide actions to execute before and after tests.
|
inlinevirtual |
Executed before each test is run
test | The test that is going to be run. |
Implements NUnit.Framework.ITestAction.
Reimplemented in NUnit.Framework.Internal.TestFixtureTests.FixtureNotNullTestAttribute, and NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.
|
inlinevirtual |
Executed after each test is run
test | The test that has just been run. |
Implements NUnit.Framework.ITestAction.
Reimplemented in NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.
|
get |
Provides the target for the action attribute