C# Class Orc.Tests.DateEndPointTest

Show file Open project: Orcomp/Orcomp

Protected Properties

Property Type Description
inOneHour System.DateTime
inThreeHours System.DateTime
inTwoHours System.DateTime
now System.DateTime

Private Methods

Method Description
CompareTo_DifferentSmallerAndLargerEndpointValues_Returns_Minus_1 ( bool includeFirstIntervalEdge, bool includeSecondIntervalEdge, EndPointType firstEndPointType, EndPointType secondEndPointType, int expectedResult ) : void
CompareTo_Equal ( ) : void
CompareTo_Equal_Inclusive ( ) : void
CompareTo_Larger ( ) : void
CompareTo_Null_Returns_1 ( ) : void
CompareTo_TheSameEndpointValue_ReturnsCorrectExpectedResult ( bool includeFirstIntervalEdge, bool includeSecondIntervalEdge, EndPointType firstEndPointType, EndPointType secondEndPointType, int expectedResult ) : void
Equals_DifferentEndpointValues_ReturnsFalse ( bool includeFirstIntervalEdge, bool includeSecondIntervalEdge, bool expectedResult ) : void
Equals_SameEnpontValueDifferentEndpointType_ReturnsFalse ( ) : void
Equals_TheSameEndpointValue_ReturnsCorrectExpectedResult ( bool includeFirstIntervalEdge, bool includeSecondIntervalEdge, bool expectedResult ) : void
Equals_WithNull_ReturnsFalse ( ) : void
Setup ( ) : void

Property Details

inOneHour protected property

protected DateTime,System inOneHour
return System.DateTime

inThreeHours protected property

protected DateTime,System inThreeHours
return System.DateTime

inTwoHours protected property

protected DateTime,System inTwoHours
return System.DateTime

now protected property

protected DateTime,System now
return System.DateTime