NUnit.Framework.TestAttribute public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture Documentation Code public string Author { get; set; } public string Description { get; set; } public object ExpectedResult { get; set; } public Type TestOf { get; set; } public TestAttribute() public void ApplyToTest(Test test) public TestMethod BuildFrom(IMethodInfo method, Test suite)