IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
When implemented by an attribute, this interface implemented to provide actions to execute before and after tests. More...
Public Member Functions | |
void | BeforeTest (ITest test) |
Executed before each test is run More... | |
void | AfterTest (ITest test) |
Executed after each test is run More... | |
Properties | |
ActionTargets | Targets [get] |
Provides the target for the action attribute More... | |
When implemented by an attribute, this interface implemented to provide actions to execute before and after tests.
void NUnit.Framework.ITestAction.BeforeTest | ( | ITest | test | ) |
Executed before each test is run
test | The test that is going to be run. |
Implemented in NUnit.Framework.Internal.TestFixtureTests.FixtureNotNullTestAttribute, NUnit.TestData.ActionAttributeTests.TaggedActionAttribute, and NUnit.Framework.TestActionAttribute.
void NUnit.Framework.ITestAction.AfterTest | ( | ITest | test | ) |
Executed after each test is run
test | The test that has just been run. |
Implemented in NUnit.TestData.ActionAttributeTests.TaggedActionAttribute, and NUnit.Framework.TestActionAttribute.
|
get |
Provides the target for the action attribute
Referenced by NUnit.Framework.Internal.Commands.TestActionCommand.Execute(), and NUnit.Framework.Internal.Execution.CompositeWorkItem.InitializeSetUpAndTearDownCommands().