Class TestSequencer
- Namespace
- ReactiveUI.Testing
- Assembly
- ReactiveUI.Testing.dll
Test Sequencer.
public class TestSequencer : IDisposable
- Inheritance
-
TestSequencer
- Implements
- Extension Methods
Constructors
TestSequencer()
Initializes a new instance of the TestSequencer class.
public TestSequencer()
Properties
CompletedPhases
Gets the number of completed phases.
public long CompletedPhases { get; }
Property Value
- long
The completed phases.
CurrentPhase
Gets the current phase.
public long CurrentPhase { get; }
Property Value
- long
The current phase.
Methods
AdvancePhaseAsync(string)
Advances this phase instance.
public Task AdvancePhaseAsync(string comment = "")
Parameters
comment
stringThe comment for Test visual identification Purposes only.
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
protected virtual void Dispose(bool disposing)
Parameters
disposing
booltrue
to release both managed and unmanaged resources;false
to release only unmanaged resources.