TimeTests Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.TimeTests

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
<TestClassAttribute> _
Public Class TimeTests
'Usage
Dim instance As TimeTests
[TestClassAttribute]
public class TimeTests
[TestClassAttribute]
public ref class TimeTests
[<TestClassAttribute>]
type TimeTests =  class end
public class TimeTests

The TimeTests type exposes the following members.

Constructors

  Name Description
Public method TimeTests

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method TimeInterval_Ctor_Properties
Public method TimeInterval_Equals
Public method TimeInterval_EqualsOperators
Public method TimeInterval_GetHashCode
Public method TimeInterval_ToString
Public method TimeStamped_Ctor_Properties
Public method TimeStamped_Equals
Public method TimeStamped_EqualsOperators
Public method TimeStamped_GetHashCode
Public method TimeStamped_ToString
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReactiveTests.Tests Namespace