ReactiveAssert Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member AreElementsEqual<T>(IEnumerable<T>, IEnumerable<T>) Asserts that both enumerable sequences have equal length and equal elements.
Public methodStatic member AreElementsEqual<T>(IObservable<T>, IObservable<T>) Asserts that both observable sequences have equal length and equal elements.
Public methodStatic member AreElementsEqual<T>(IEnumerable<T>, IEnumerable<T>, String) Asserts that both enumerable sequences have equal length and equal elements.
Public methodStatic member AreElementsEqual<T>(IObservable<T>, IObservable<T>, String) Asserts that both observable sequences have equal length and equal elements.
Public methodStatic member Throws<TException>(Action) Asserts that the given action throws an exception of the type specified in the generic parameter.
Public methodStatic member Throws<TException>(Action, String) Asserts that the given action throws an exception of the type specified in the generic parameter.
Public methodStatic member Throws<TException>(TException, Action)
Public methodStatic member Throws<TException>(TException, Action, String)

Top

See Also

Reference

ReactiveAssert Class

Microsoft.Reactive.Testing Namespace