IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
TestAdapter adapts a Test for consumption by the user test code. More...
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 |
TestAdapter adapts a Test for consumption by the user test code.
|
inline |
Construct a TestAdapter for a Test
test | The Test to be adapted |
|
private |
|
get |
Gets the unique Id of a test
Referenced by NUnit.Framework.Tests.TestContextTests.TestCanAccessItsOwnId().
|
get |
The name of the test, which may or may not be the same as the method name.
Referenced by NUnit.Framework.Tests.TestContextOneTimeTearDownTests.OneTimeTearDown(), NUnit.Framework.Tests.TestContextTearDownTests.TearDown(), NUnit.Framework.Tests.TestContextTests.TestCanAccessItsOwnName(), NUnit.Framework.Tests.TestContextTests.TestCaseCanAccessItsOwnName(), and NUnit.Framework.Tests.TestContextTests.TestContextTests().
|
get |
The name of the method representing the test.
Referenced by NUnit.Framework.Tests.TestContextTests.TestCanAccessItsOwnMethodName(), and NUnit.Framework.Tests.TestContextTests.TestCaseCanAccessItsOwnMethodName().
|
get |
The FullName of the test
Referenced by NUnit.Framework.Tests.TestContextTests.TestCanAccessItsOwnFullName(), and NUnit.Framework.Tests.TestContextTests.TestCaseCanAccessItsOwnFullName().
|
get |
The ClassName of the test
|
get |
The properties of the test.
Referenced by NUnit.Framework.Tests.Attributes.TestExpectedResult.ExpectedResultDoesNotBlockApplyToTestAttributes(), and NUnit.Framework.Tests.TestContextTests.TestCanAccessItsOwnProperties().