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.TestData.ActionAttributeTests.TaggedActionAttribute Class Reference
+ Inheritance diagram for NUnit.TestData.ActionAttributeTests.TaggedActionAttribute:
+ Collaboration diagram for NUnit.TestData.ActionAttributeTests.TaggedActionAttribute:

Public Member Functions

 TaggedActionAttribute (string tag)
 
 TaggedActionAttribute (string tag, ActionTargets targets)
 
override void BeforeTest (ITest test)
 Executed before each test is run More...
 
override void AfterTest (ITest test)
 Executed after each test is run More...
 

Properties

override ActionTargets Targets [get]
 
- Properties inherited from NUnit.Framework.TestActionAttribute
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...
 

Private Member Functions

void AddResult (string phase, ITest test)
 

Private Attributes

readonly string _tag = null
 
readonly ActionTargets _targets = ActionTargets.Default
 

Constructor & Destructor Documentation

NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.TaggedActionAttribute ( string  tag)
inline
NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.TaggedActionAttribute ( string  tag,
ActionTargets  targets 
)
inline

Member Function Documentation

override void NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.BeforeTest ( ITest  test)
inlinevirtual

Executed before each test is run

Parameters
testThe test that is going to be run.

Reimplemented from NUnit.Framework.TestActionAttribute.

override void NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.AfterTest ( ITest  test)
inlinevirtual

Executed after each test is run

Parameters
testThe test that has just been run.

Reimplemented from NUnit.Framework.TestActionAttribute.

void NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.AddResult ( string  phase,
ITest  test 
)
inlineprivate

Member Data Documentation

readonly string NUnit.TestData.ActionAttributeTests.TaggedActionAttribute._tag = null
private
readonly ActionTargets NUnit.TestData.ActionAttributeTests.TaggedActionAttribute._targets = ActionTargets.Default
private

Property Documentation

override ActionTargets NUnit.TestData.ActionAttributeTests.TaggedActionAttribute.Targets
get

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