public void Attrib_attrib062_Test()
 {
     OutputHelper.WriteLine("Declare a derived attribute after declaring its base.");
     OutputHelper.WriteLine("Attributes can inherit from other attirubtes that have not yet been declared as long as there are no");
     OutputHelper.WriteLine("circular dependencies.");
     Assert.True(Attrib_TestClass_attrib062.testMethod());
 }
 public MFTestResults Attrib_attrib062_Test()
 {
     Log.Comment("Declare a derived attribute after declaring its base.");
     Log.Comment("Attributes can inherit from other attirubtes that have not yet been declared as long as there are no");
     Log.Comment("circular dependencies.");
     if (Attrib_TestClass_attrib062.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }