IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.TestActionAttribute Class Reference

Provide actions to execute before and after tests. More...

+ Inheritance diagram for NUnit.Framework.TestActionAttribute:
+ Collaboration diagram for NUnit.Framework.TestActionAttribute:

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...
 
- Properties inherited from NUnit.Framework.ITestAction
ActionTargets Targets [get]
 Provides the target for the action attribute More...
 

Detailed Description

Provide actions to execute before and after tests.

Member Function Documentation

virtual void NUnit.Framework.TestActionAttribute.BeforeTest ( ITest  test)
inlinevirtual

Executed before each test is run

Parameters
testThe test that is going to be run.

Implements NUnit.Framework.ITestAction.

Reimplemented in NUnit.Framework.Internal.TestFixtureTests.FixtureNotNullTestAttribute, and NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.

virtual void NUnit.Framework.TestActionAttribute.AfterTest ( ITest  test)
inlinevirtual

Executed after each test is run

Parameters
testThe test that has just been run.

Implements NUnit.Framework.ITestAction.

Reimplemented in NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.

Property Documentation

virtual ActionTargets NUnit.Framework.TestActionAttribute.Targets
get

Provides the target for the action attribute


The documentation for this class was generated from the following file: