public MFTestResults NS_attribute_02_Test()
 {
     Log.Comment("Section 9.1 Compilation Units");
     Log.Comment("Verify that the CLSCompliant attribute is allowed at the module level in a comp. unit (cause a warning)");
     if (NS_TestClass_attribute_02.testMethod())
     {
         return(MFTestResults.Pass);
     }
     return(MFTestResults.Fail);
 }
Beispiel #2
0
 public void NS_attribute_02_Test()
 {
     OutputHelper.WriteLine("Section 9.1 Compilation Units");
     OutputHelper.WriteLine("Verify that the CLSCompliant attribute is allowed at the module level in a comp. unit (cause a warning)");
     Assert.True(NS_TestClass_attribute_02.testMethod());
 }