C# Class UnitTests.DateTimeFormatTests

Exibir arquivo Open project: TheCrow1213/WithFormat

Private Methods

Method Description
Format_WhenInvoked_ShouldReturnCultureFormattedString ( Type subject ) : void
IncludeAmPmSpecifier_WhenInvoked_ShouldIncludeAmOrPm ( System.DateTime subject ) : void
IncludeHours_WhenInvoked_ShouldIncludeHours ( System.DateTime subject ) : void
IncludeMilliseconds_WhenInvoked_ShouldIncludeMillisecondsInString ( System.DateTime subject ) : void
IncludeMinutes_WhenInvoked_ShouldIncludeMinutesFormatted ( System.DateTime subject ) : void
IncludeMonth_WhenInvokedAfterIncludeYear_ShouldReturnYearThenMonthFormatted ( System.DateTime subject ) : void
IncludeSeconds_WhenInvoked_ShouldIncludeFormattedSeconds ( System.DateTime subject ) : void
IncludeTimePeriod_WhenInvoked_ShouldIncludeTimePeriod ( System.DateTime subject ) : void
IncludeTimeZone_WhenInvoked_ShouldIncludeTimeZone ( System.DateTime subject ) : void
IncludeUtcOffset_WhenInvoked_ShouldIncludeUtcOffset ( System.DateTime subject ) : void
InsertCustomDelimiter_WhenInvoked_ShouldInsertDelimiterAtSpecifiedPoint ( System.DateTime subject ) : void
WithAbbrebiatedMonth_WhenInvoked_ShouldReturnAbbreviatedMonth ( System.DateTime subject ) : void
WithAbbreviatedDayOfWeek_WhenInvoked_ShouldReturnAbbreviatedDayOfWeek ( System.DateTime subject ) : void
WithAtLeastOneDigit_WhenInvoked_ShouldReturnOneDigit ( System.DateTime subject ) : void
WithAtLeastThreeDigits_WhenInvoked_ShouldReturnThreeDigitYear ( System.DateTime subject ) : void
WithDelimiter_WhenInvoked_ShouldReturnStringFormattedWithDelimiter ( System.DateTime subject ) : void
WithDigits_WhenInvoked_ShouldReturnStringFormattedWithProperDigits ( System.DateTime subject ) : void
WithFiveDigits_WhenInvoked_ShouldReturnFiveDigitYear ( System.DateTime subject ) : void
WithFourDigits_WhenInvoked_ShouldReturnFourDigitYear ( System.DateTime subject ) : void
WithFullDayOfWeek_WhenInvoked_ShouldReturnFullDayOfWeek ( System.DateTime subject ) : void
WithFullMonth_WhenInvoked_ShouldReturnFullMonth ( System.DateTime subject ) : void
WithNumericMonth_WhenInvoked_ShouldReturnNumericMonth ( System.DateTime subject ) : void
WithOneDigit_WhenInvoked_ShouldReturnOneDigitYear ( System.DateTime subject ) : void
WithTwoDigitMonth_WhenInvoked_ShouldReturnTwoDigitMonth ( System.DateTime subject ) : void
WithTwoDigits_WhenInvoked_ShouldReturnTwoDigitYear ( System.DateTime subject ) : void
WithTwoDigits_WhenInvoked_ShouldReturnTwoDigits ( System.DateTime subject ) : void