RegressionTest Class
Inheritance Hierarchy
System.Object
Microsoft.Reactive.Testing.ReactiveTest
ReactiveTests.Tests.RegressionTest
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
<TestClassAttribute> _
Public Class RegressionTest _
Inherits ReactiveTest
'Usage
Dim instance As RegressionTest
[TestClassAttribute]
public class RegressionTest : ReactiveTest
[TestClassAttribute]
public ref class RegressionTest : public ReactiveTest
[<TestClassAttribute>]
type RegressionTest =
class
inherit ReactiveTest
end
public class RegressionTest extends ReactiveTest
The RegressionTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RegressionTest |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Bug_1130 | |
![]() |
Bug_1261 | |
![]() |
Bug_1283 | |
![]() |
Bug_1286 | |
![]() |
Bug_1287 | |
![]() |
Bug_1295_Completed | |
![]() |
Bug_1295_Error | |
![]() |
Bug_1297_Catch_Multi | |
![]() |
Bug_1297_Catch_None | |
![]() |
Bug_1297_Catch_Single | |
![]() |
Bug_1297_OnErrorResumeNext_Multi | |
![]() |
Bug_1297_OnErrorResumeNext_None | |
![]() |
Bug_1297_OnErrorResumeNext_Single | |
![]() |
Bug_1333 | |
![]() |
Bug_1356 | |
![]() |
Bug_1380 | |
![]() |
Bug_1381 | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Reentrant_Subject | |
![]() |
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.