ObservableBlockingTest 类

继承层次结构

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

Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

语法

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

ObservableBlockingTest 类型公开以下成员。

构造函数

  名称 说明
Public method Public method ObservableBlockingTest

顶部

方法

  名称 说明
Public method Public method 等于 (继承自 Object.)
受保护的方法 完成 (继承自 Object.)
Public method Public method First_ArgumentChecking
Public method Public method First_Empty
Public method Public method First_Range
Public method Public method First_Return
Public method Public method First_Throw
Public method Public method FirstOrDefault_ArgumentChecking
Public method Public method FirstOrDefault_Empty
Public method Public method FirstOrDefault_Range
Public method Public method FirstOrDefault_Return
Public method Public method FirstOrDefault_Throw
Public method Public method FirstOrDefaultPredicate_Empty
Public method Public method FirstPredicate_Empty
Public method Public method FirstPredicate_Range
Public method Public method FirstPredicate_Return
Public method Public method FirstPredicate_Return_NoMatch
Public method Public method FirstPredicate_Throw
Public method Public method GetEnumerator_ArgumentChecking
Public method Public method GetHashCode (继承自 Object.)
Public method Public method GetType (继承自 Object.)
Public method Public method Last_ArgumentChecking
Public method Public method Last_Empty
Public method Public method Last_Range
Public method Public method Last_Return
Public method Public method Last_Throw
Public method Public method LastOrDefault_ArgumentChecking
Public method Public method LastOrDefault_Empty
Public method Public method LastOrDefault_Range
Public method Public method LastOrDefault_Return
Public method Public method LastOrDefault_Throw
Public method Public method LastOrDefaultPredicate_Empty
Public method Public method LastOrDefaultPredicate_Range
Public method Public method LastPredicate_Empty
Public method Public method LastPredicate_Range
Public method Public method 最新
Public method Public method Latest_ArgumentChecking
Public method Public method Latest_Error
受保护的方法 MemberwiseClone (继承自 Object.)
Public method Public method MostRecent
Public method Public method MostRecent_ArgumentChecking
Public method Public method MostRecent_Error
Public method Public method 下一页
Public method Public method Next_ArgumentChecking
Public method Public method Next_Error
Public method Public method Run_ArgumentChecking
Public method Public method Run_Empty
Public method Public method Run_OnNext_Empty
Public method Public method Run_OnNext_OnCompleted_Empty
Public method Public method Run_OnNext_OnCompleted_OnCompletedThrows
Public method Public method Run_OnNext_OnCompleted_OnNextThrows
Public method Public method Run_OnNext_OnCompleted_Return
Public method Public method Run_OnNext_OnCompleted_SomeData
Public method Public method Run_OnNext_OnCompleted_Throw
Public method Public method Run_OnNext_OnError_Empty
Public method Public method Run_OnNext_OnError_OnCompleted_Empty
Public method Public method Run_OnNext_OnError_OnCompleted_OnNextThrows
Public method Public method Run_OnNext_OnError_OnCompleted_Return
Public method Public method Run_OnNext_OnError_OnCompleted_SomeData
Public method Public method Run_OnNext_OnError_OnNextThrows
Public method Public method Run_OnNext_OnError_Return
Public method Public method Run_OnNext_OnError_SomeData
Public method Public method Run_OnNext_OnError_Throw
Public method Public method Run_OnNext_OnNextThrows
Public method Public method Run_OnNext_Return
Public method Public method Run_OnNext_SomeData
Public method Public method Run_OnNext_Throw
Public method Public method Run_Return
Public method Public method Run_SomeData
Public method Public method Run_Throw
Public method Public method Single_ArgumentChecking
Public method Public method Single_Empty
Public method Public method Single_Range
Public method Public method Single_Return
Public method Public method Single_Throw
Public method Public method SingleOrDefault_ArgumentChecking
Public method Public method SingleOrDefault_Empty
Public method Public method SingleOrDefault_Range
Public method Public method SingleOrDefault_Range_ReducesToNone
Public method Public method SingleOrDefault_Range_ReducesToSingle
Public method Public method SingleOrDefault_Return
Public method Public method SingleOrDefault_Throw
Public method Public method SingleOrDefaultPredicate_Empty
Public method Public method SingleOrDefaultPredicate_Range
Public method Public method SinglePredicate_Empty
Public method Public method SinglePredicate_Range
Public method Public method SinglePredicate_Range_ReducesToSingle
Public method Public method ToEnumerable_ArgumentChecking
Public method Public method ToEnumerable_Generic
Public method Public method ToEnumerable_ManualGeneric
Public method Public method ToEnumerable_ManualNonGeneric
Public method Public method ToEnumerable_NonGeneric
Public method Public method ToEnumerable_ResetNotSupported
Public method Public method ToString (继承自 Object.)

顶部

线程安全性

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

ReactiveTests.Tests 命名空间