C# Class MonoTests.System.TimeSpanTest

Datei anzeigen Open project: kumpera/mono

Public Methods

Method Description
TestAdd ( ) : void
TestCompare ( ) : void
TestCtors ( ) : void
TestEquals ( ) : void
TestFromXXXX ( ) : void
TestGetHashCode ( ) : void
TestNegateAndDuration ( ) : void
TestProperties ( ) : void
TestSubstract ( ) : void
TestToString ( ) : void

Private Methods

Method Description
DaysOverflow ( ) : void
Debug ( System.TimeSpan ts ) : void
FromDays_MaxValue ( ) : void
FromDays_MinValue ( ) : void
FromDays_NaN ( ) : void
FromDays_NegativeInfinity ( ) : void
FromDays_PositiveInfinity ( ) : void
FromHours_MaxValue ( ) : void
FromHours_MinValue ( ) : void
FromHours_NaN ( ) : void
FromHours_NegativeInfinity ( ) : void
FromHours_PositiveInfinity ( ) : void
FromMilliseconds_MaxValue ( ) : void
FromMilliseconds_MinValue ( ) : void
FromMilliseconds_NaN ( ) : void
FromMilliseconds_NegativeInfinity ( ) : void
FromMilliseconds_PositiveInfinity ( ) : void
FromMinutes_MaxValue ( ) : void
FromMinutes_MinValue ( ) : void
FromMinutes_NaN ( ) : void
FromMinutes_NegativeInfinity ( ) : void
FromMinutes_PositiveInfinity ( ) : void
FromSeconds_MaxValue ( ) : void
FromSeconds_MinValue ( ) : void
FromSeconds_NaN ( ) : void
FromSeconds_NegativeInfinity ( ) : void
FromSeconds_PositiveInfinity ( ) : void
MaxDays ( ) : void
MaxHours ( ) : void
MaxHours_BreakPoint ( ) : void
MaxHours_TooLong ( ) : void
MaxMilliseconds ( ) : void
MaxMinutes ( ) : void
MaxMinutes_BreakPoint ( ) : void
MaxMinutes_TooLong ( ) : void
MaxSeconds ( ) : void
MinDays ( ) : void
MinHours ( ) : void
MinHours_BreakPoint ( ) : void
MinHours_TooLong ( ) : void
MinMilliseconds ( ) : void
MinMinutes ( ) : void
MinMinutes_BreakPoint ( ) : void
MinMinutes_TooLong ( ) : void
MinSeconds ( ) : void
NegativeTimeSpan ( ) : void
NoNegateMinValue ( ) : void
NoOverflowInHoursMinsSecondsMS ( ) : void
ParseExact ( ) : void
ParseExactCustomFormats ( ) : void
ParseExactExceptions ( ) : void
ParseExactHelper ( string input, string formats, bool format_error, bool overflow_error, string expected, IFormatProvider formatProvider = null, TimeSpanStyles timeSpanStyles = TimeSpanStyles.None ) : void
ParseExactMultipleFormats ( ) : void
ParseHelper ( string s, bool expectFormat, bool expectOverflow, string expect ) : void
ParseMissingSeconds ( ) : void
Parse_Days_WithoutColon ( ) : void
Parse_InvalidValuesAndFormat_ExceptionOrder ( ) : void
Parse_MinMaxValues ( ) : void
Parse_OverMaxValue ( ) : void
Parse_UnderMinValue ( ) : void
TemporaryOverflow ( ) : void
TestParse ( ) : void
ToStringCustomFormats ( ) : void
ToStringOverloads ( ) : void
ToStringOverloadsErrors ( ) : void
ToString_Constants ( ) : void
TryParse ( ) : void
TryParseErrors ( ) : void
TryParseExact ( ) : void
TryParseExactHelper ( string input, string formats, bool error, string expected, IFormatProvider formatProvider = null, TimeSpanStyles styles = TimeSpanStyles.None ) : void
TryParseOverloads ( ) : void

Method Details

TestAdd() public method

public TestAdd ( ) : void
return void

TestCompare() public method

public TestCompare ( ) : void
return void

TestCtors() public method

public TestCtors ( ) : void
return void

TestEquals() public method

public TestEquals ( ) : void
return void

TestFromXXXX() public method

public TestFromXXXX ( ) : void
return void

TestGetHashCode() public method

public TestGetHashCode ( ) : void
return void

TestNegateAndDuration() public method

public TestNegateAndDuration ( ) : void
return void

TestProperties() public method

public TestProperties ( ) : void
return void

TestSubstract() public method

public TestSubstract ( ) : void
return void

TestToString() public method

public TestToString ( ) : void
return void