public void Constructors33_Test() { //Ported from Const33.cs OutputHelper.WriteLine("Tests if assignments in a class' constructor are functional when the constructor is static"); Assert.True(ConstructorsTestClass33.testMethod()); }
public MFTestResults Constructors33_Test() { //Ported from Const33.cs Log.Comment("Tests if assignments in a class' constructor are functional when the constructor is static"); if (ConstructorsTestClass33.testMethod()) { return(MFTestResults.Pass); } return(MFTestResults.Fail); }