Skip to content

TestSequencer class

Defined in

Namespace: ReactiveUI.Testing Assembly: ReactiveUI.Testing.dll Full name: ReactiveUI.Testing.TestSequencer Modifiers: public

Summary

View source

        Test Sequencer.
        

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1

Class hierarchy
classDiagram
class TestSequencer
class IDisposable {
    <>
}
IDisposable <|.. TestSequencer

Implements: IDisposable

Constructors

NameSummary
.ctorInitializes a new instance of the [TestSequencer](# class.

Properties

NameSummary
CompletedPhasesGets the number of completed phases.
CurrentPhaseGets the current phase.

Methods

NameSummary
AdvancePhaseAsyncAdvances this phase instance.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Inherited members

See also