public ValidateEnrollmentEmptyTests()
        {
            TheValidationRules = new ValidateEnrollment(TheTransaction);

            TheTransaction.ActionCode = NULL;
            TheTransaction.AddressUpdateFlag = NULL;
            TheTransaction.ApplicationDate = NULL;
            TheTransaction.BirthDate = NULL;
            TheTransaction.ContractNumber = NULL;
            TheTransaction.CreditableCoverageFlag = NULL;
            TheTransaction.DisenrollmentReason = NULL;
            TheTransaction.EffectiveDate = NULL;
            TheTransaction.EGHPFlag = NULL;
            TheTransaction.ElectionType = NULL;
            TheTransaction.EmployerSubsidyEnrollment = NULL;
            TheTransaction.EndDate = NULL;
            TheTransaction.EnrollmentSource = NULL;
            TheTransaction.ESRDOverride = NULL;
            TheTransaction.FirstName = NULL;
            TheTransaction.GenderCode = NULL;
            TheTransaction.HICN = NULL;
            TheTransaction.MInitial = NULL;
            TheTransaction.NumberofUncoveredMonths = NULL;
            TheTransaction.PartCPremiumAmount = NULL;
            TheTransaction.PartDOptOutFlag = NULL;
            TheTransaction.PartDRxBIN = NULL;
            TheTransaction.PartDRxGroup = NULL;
            TheTransaction.PartDRxId = NULL;
            TheTransaction.PartDRxPCN = NULL;
            TheTransaction.PBPNumber = NULL;
            TheTransaction.PremiumWithholdOption = NULL;
            TheTransaction.ResidenceAddress1 = NULL;
            TheTransaction.ResidenceAddress2 = NULL;
            TheTransaction.ResidenceCity = NULL;
            TheTransaction.ResidenceState = NULL;
            TheTransaction.ResidenceZipCode = NULL;
            TheTransaction.ResidenceZipCode4 = NULL;
            TheTransaction.SecondaryDrugBIN = NULL;
            TheTransaction.SecondaryDrugInsuranceFlag = NULL;
            TheTransaction.SecondaryDrugPCN = NULL;
            TheTransaction.SecondaryRxGroup = NULL;
            TheTransaction.SecondaryRxId = NULL;
            TheTransaction.SegmentId = NULL;
            TheTransaction.Surname = NULL;
            TheTransaction.TransactionID = NULL;
            TheTransaction.TransactionTrackingId = NULL;
        }
 public ValidateEnrollmentNullTests()
 {
     TheValidationRules = new ValidateEnrollment(TheTransaction);
 }