public TestWriteOtherInvalidInput() : base()
 {
     options          = new HrbcOptionCreator(() => PhaseFieldHelper.InitOptionCreator(phaseList, NumberOfOptions)); // 3 options - Greater and smaller parent case, the current chosen is the 2nd option.
     recordUpdater    = new HrbcRecordUpdater(() => PhaseFieldHelper.InitRecordsUpdater(records, phaseSearcher));
     phaseEntryReader = new HrbcPhaseEntryReader(() => PhaseFieldHelper.InitPhaseEntryReader(records));
 }
 public TestWriteValidDateTime()
 {
     phaseReader = new HrbcPhaseEntryReader(() => InitPhaseReader());
 }