Vixen
02b45cc4
csharp
public readonly record struct LoggedCommand

One 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 Depth

    How far into a chain it was, for indentation.

  • public string Text

    What it was, written the way somebody reading the test would say it.

  • public string? Outcome

    What came of it, or null while it is still running.

  • public int Frames

    How 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