public void TestMethod1() { var val = new ValidateHC(); var check = val.ValidateNameField("mason"); Assert.IsTrue(check); }