TestSequencer class¶
Defined in
Namespace: ReactiveUI.Testing
Assembly: ReactiveUI.Testing.dll
Full name: ReactiveUI.Testing.TestSequencer
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [TestSequencer](# class. |
Properties¶
| Name | Summary |
|---|---|
| CompletedPhases | Gets the number of completed phases. |
| CurrentPhase | Gets the current phase. |
Methods¶
| Name | Summary |
|---|---|
| AdvancePhaseAsync | Advances this phase instance. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |