Share via


ObservableSingleTest Class

Inheritance Hierarchy

System.Object
  Microsoft.Reactive.Testing.ReactiveTest
    ReactiveTests.Tests.ObservableSingleTest

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

Syntax

'Declaration
<TestClassAttribute> _
Public Class ObservableSingleTest _
    Inherits ReactiveTest
'Usage
Dim instance As ObservableSingleTest
[TestClassAttribute]
public class ObservableSingleTest : ReactiveTest
[TestClassAttribute]
public ref class ObservableSingleTest : public ReactiveTest
[<TestClassAttribute>]
type ObservableSingleTest =  
    class
        inherit ReactiveTest
    end
public class ObservableSingleTest extends ReactiveTest

The ObservableSingleTest type exposes the following members.

Constructors

  Name Description
Public method ObservableSingleTest

Top

Methods

  Name Description
Public method AsObservable_ArgumentChecking
Public method AsObservable_Empty
Public method AsObservable_Hides
Public method AsObservable_IsNotEager
Public method AsObservable_Never
Public method AsObservable_Return
Public method AsObservable_Throw
Public method Buffer_Count_Error
Public method Buffer_Count_FullAndPartialWindows
Public method Buffer_Count_FullWindows
Public method Buffer_Count_PartialWindow
Public method Buffer_Count_Skip_Less
Public method Buffer_Count_Skip_More
Public method Buffer_Single_ArgumentChecking
Public method BufferWithCount_ArgumentChecking
Public method BufferWithCount_Basic
Public method BufferWithCount_Default
Public method BufferWithCount_Disposed
Public method BufferWithCount_Error
Public method BufferWithTimeOrCount_ArgumentChecking
Public method BufferWithTimeOrCount_Basic
Public method BufferWithTimeOrCount_Default
Public method BufferWithTimeOrCount_Disposed
Public method BufferWithTimeOrCount_Error
Public method DefaultIfEmpty_ArgumentChecking
Public method DefaultIfEmpty_Empty1
Public method DefaultIfEmpty_Empty2
Public method DefaultIfEmpty_NonEmpty1
Public method DefaultIfEmpty_NonEmpty2
Public method Dematerialize_ArgumentChecking
Public method Distinct_ArgumentChecking
Public method Distinct_DefaultComparer_AllDistinct
Public method Distinct_DefaultComparer_SomeDuplicates
Public method Distinct_KeySelector_SomeDuplicates
Public method Distinct_KeySelector_Throws
Public method Distinct_KeySelectory_AllDistinct
Public method DistinctUntilChanged_AllChanges
Public method DistinctUntilChanged_AllSame
Public method DistinctUntilChanged_ArgumentChecking
Public method DistinctUntilChanged_Comparer_AllDifferent
Public method DistinctUntilChanged_Comparer_AllEqual
Public method DistinctUntilChanged_ComparerThrows
Public method DistinctUntilChanged_Empty
Public method DistinctUntilChanged_KeySelector_Div2
Public method DistinctUntilChanged_KeySelectorThrows
Public method DistinctUntilChanged_Never
Public method DistinctUntilChanged_Return
Public method DistinctUntilChanged_SomeChanges
Public method DistinctUntilChanged_Throw
Public method Do_ArgumentChecking
Public method Do_NextCompleted
Public method Do_NextCompleted_Never
Public method Do_NextError
Public method Do_NextErrorCompleted
Public method Do_NextErrorCompletedError
Public method Do_NextErrorCompletedNever
Public method Do_NextErrorNot
Public method Do_Observer_SomeDataWithError
Public method Do_Observer_SomeDataWithoutError
Public method Do_PlainAction
Public method Do_ShouldSeeAllValues
Public method Do1422_Next_NextThrows
Public method Do1422_NextCompleted_CompletedThrows
Public method Do1422_NextCompleted_NextThrows
Public method Do1422_NextError_ErrorThrows
Public method Do1422_NextError_NextThrows
Public method Do1422_NextErrorCompleted_CompletedThrows
Public method Do1422_NextErrorCompleted_ErrorThrows
Public method Do1422_NextErrorCompleted_NextThrows
Public method Do1422_Observer_CompletedThrows
Public method Do1422_Observer_ErrorThrows
Public method Do1422_Observer_NextThrows
Public method ElementAt_ArgumentChecking
Public method ElementAt_Error
Public method ElementAt_First
Public method ElementAt_Other
Public method ElementAt_OutOfRange
Public method ElementAtOrDefault_ArgumentChecking
Public method ElementAtOrDefault_Error
Public method ElementAtOrDefault_First
Public method ElementAtOrDefault_Other
Public method ElementAtOrDefault_OutOfRange
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Finally_ArgumentChecking
Public method Finally_Empty
Public method Finally_OnlyCalledOnce_Empty
Public method Finally_Return
Public method Finally_Throw
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IgnoreValues_ArgumentChecking
Public method IgnoreValues_Basic
Public method IgnoreValues_Completed
Public method IgnoreValues_Error
Public method Materialize_ArgumentChecking
Public method Materialize_Dematerialize_Empty
Public method Materialize_Dematerialize_Never
Public method Materialize_Dematerialize_Return
Public method Materialize_Dematerialize_Throw
Public method Materialize_Empty
Public method Materialize_Never
Public method Materialize_Return
Public method Materialize_Throw
Protected method MemberwiseClone (Inherited from Object.)
Public method Scan_ArgumentChecking
Public method Scan_NoSeed_Empty
Public method Scan_NoSeed_Never
Public method Scan_NoSeed_Return
Public method Scan_NoSeed_SomeData
Public method Scan_NoSeed_Throw
Public method Scan_Seed_Empty
Public method Scan_Seed_Never
Public method Scan_Seed_Return
Public method Scan_Seed_SomeData
Public method Scan_Seed_Throw
Public method SkipLast_ArgumentChecking
Public method SkipLast_One_Completed
Public method SkipLast_One_Disposed
Public method SkipLast_One_Error
Public method SkipLast_Three_Completed
Public method SkipLast_Three_Disposed
Public method SkipLast_Three_Error
Public method SkipLast_Zero_Completed
Public method SkipLast_Zero_Disposed
Public method SkipLast_Zero_Error
Public method StartWith
Public method StartWith_ArgumentChecking
Public method TakeLast_ArgumentChecking
Public method TakeLast_One_Completed
Public method TakeLast_One_Disposed
Public method TakeLast_One_Error
Public method TakeLast_Three_Completed
Public method TakeLast_Three_Disposed
Public method TakeLast_Three_Error
Public method TakeLast_Zero_Completed
Public method TakeLast_Zero_Disposed
Public method TakeLast_Zero_Error
Public method ToString (Inherited from Object.)
Public method WindowWithCount_ArgumentChecking
Public method WindowWithCount_Basic
Public method WindowWithCount_Default
Public method WindowWithCount_Disposed
Public method WindowWithCount_Error
Public method WindowWithTimeOrCount_ArgumentChecking
Public method WindowWithTimeOrCount_Basic
Public method WindowWithTimeOrCount_Default
Public method WindowWithTimeOrCount_Disposed
Public method WindowWithTimeOrCount_Error

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