2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / nunit20 / framework / TestAttribute.cs
index 88512058df5a147d64446a2752d86f1d3f67c157..016d5de2843f32e2eb6a061a29e9b36269f36a7e 100755 (executable)
@@ -57,6 +57,9 @@ namespace NUnit.Framework
        {
                private string description;
 
+               /// <summary>
+               /// Descriptive text for this test
+               /// </summary>
                public string Description
                {
                        get { return description; }