IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Additional Inherited Members | |
![]() | |
void | ApplyToTest (Test test) |
Modifies a test by adding a description, if not already set. More... | |
TestMethod | BuildFrom (IMethodInfo method, Test suite) |
Construct a TestMethod from a given method. More... | |
![]() | |
NUnitAttribute () | |
Default constructor More... | |
![]() | |
string | Description [get, set] |
Descriptive text for this test More... | |
string | Author [get, set] |
The author of this test More... | |
Type | TestOf [get, set] |
The type that this test is testing More... | |
object | ExpectedResult [get, set] |
Gets or sets the expected result. More... | |
bool | HasExpectedResult [get, private set] |
Returns true if an expected result has been set More... | |