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.TestContext.TestAdapter Class Reference

TestAdapter adapts a Test for consumption by the user test code. More...

+ Collaboration diagram for NUnit.Framework.TestContext.TestAdapter:

Public Member Functions

 TestAdapter (Test test)
 Construct a TestAdapter for a Test More...
 

Properties

String ID [get]
 Gets the unique Id of a test More...
 
string Name [get]
 The name of the test, which may or may not be the same as the method name. More...
 
string MethodName [get]
 The name of the method representing the test. More...
 
string FullName [get]
 The FullName of the test More...
 
string ClassName [get]
 The ClassName of the test More...
 
IPropertyBag Properties [get]
 The properties of the test. More...
 

Private Attributes

readonly Test _test
 

Detailed Description

TestAdapter adapts a Test for consumption by the user test code.

Constructor & Destructor Documentation

NUnit.Framework.TestContext.TestAdapter.TestAdapter ( Test  test)
inline

Construct a TestAdapter for a Test

Parameters
testThe Test to be adapted

Member Data Documentation

readonly Test NUnit.Framework.TestContext.TestAdapter._test
private

Property Documentation

String NUnit.Framework.TestContext.TestAdapter.ID
get

Gets the unique Id of a test

Referenced by NUnit.Framework.Tests.TestContextTests.TestCanAccessItsOwnId().

string NUnit.Framework.TestContext.TestAdapter.MethodName
get
string NUnit.Framework.TestContext.TestAdapter.FullName
get
string NUnit.Framework.TestContext.TestAdapter.ClassName
get

The ClassName of the test


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