Пример #1
0
 public MFTestResults Fields7_testMethod()
 {
     Log.Comment(" Section 10.4");
     Log.Comment(" A field-declaration may include set of attributes,");
     Log.Comment(" a new modifier, one of four access modifiers, a");
     Log.Comment(" static modifier, and a readonly modifier.  The ");
     Log.Comment(" attributes and modifiers apply to all of the ");
     Log.Comment(" members declared by the field-declaration.");
     if (FieldsTestClass7.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }