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
Public method RegressionTest

Top

Methods

  Name Description
Public method Bug_1130
Public method Bug_1261
Public method Bug_1283
Public method Bug_1286
Public method Bug_1287
Public method Bug_1295_Completed
Public method Bug_1295_Error
Public method Bug_1297_Catch_Multi
Public method Bug_1297_Catch_None
Public method Bug_1297_Catch_Single
Public method Bug_1297_OnErrorResumeNext_Multi
Public method Bug_1297_OnErrorResumeNext_None
Public method Bug_1297_OnErrorResumeNext_Single
Public method Bug_1333
Public method Bug_1356
Public method Bug_1380
Public method Bug_1381
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 Reentrant_Subject
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