csharp
public readonly record struct LoggedCommandOne thing a test did, and how it went.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int DepthHow far into a chain it was, for indentation.
public string TextWhat it was, written the way somebody reading the test would say it.
public string? OutcomeWhat came of it, or null while it is still running.
public int FramesHow many frames it waited before it succeeded.
Methods (2)
public LoggedCommand(int Depth, string Text, string? Outcome, int Frames)One thing a test did, and how it went.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (3)
- CommandLogVixen.Ui.Testing
- RetryTestsVixen.Ui.Testing.Tests
- ScreenshotTestsVixen.Ui.Testing.Tests