public TimeValidatorTests() { _itemUnderTest = new TimeValidator(); }
public TimeHigherThenAttribute(string otherProperty) { _otherProperty = otherProperty; _validator = new DaysValidator(); }
public TimeConverter(IBerlinClockContext berlinClockContext, ITimeValidator timeValidator) { _berlinClockContext = berlinClockContext; _timeValidator = timeValidator; }