TestAttribute
public class TestAttribute : TestCaseBuilderAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
Adding this attribute to a method within a TestFixtureAttribute
class makes the method callable from the NUnit test runner. There is a property
called Description which is optional which you can provide a more detailed test
description. This class cannot be inherited.
The author of this test
Descriptive text for this test
Gets or sets the expected result.
Returns true if an expected result has been set
The type that this test is testing
public TestAttribute()
Modifies a test by adding a description, if not already set.
Construct a TestMethod from a given MethodInfo.