public void LasWellInformationHelpers_HasDateMnemonic_Pass() { Assert.IsFalse(nullSection.HasDateMnemonic()); Assert.IsFalse(emptySection.HasDateMnemonic()); Assert.IsTrue(wellInformationSection.HasDateMnemonic()); }