CommandEvent
Base event emitted while executing a command in the test harness.
- Kind:
Class - Namespace: Repl.Testing
- Assembly:
Repl.Testing - Source: src/Repl.Testing/CommandEvent.cs
Signature
Section titled “Signature”public abstract record CommandEvent : IEquatable<CommandEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<CommandEvent>
Derived Classes
Section titled “Derived Classes”Constructors
Section titled “Constructors”CommandEvent(DateTimeOffset)
Section titled “CommandEvent(DateTimeOffset)”Base event emitted while executing a command in the test harness.
protected CommandEvent(DateTimeOffset Timestamp)Parameters
Section titled “Parameters”Timestamp(DateTimeOffset)
Properties
Section titled “Properties”Timestamp
Section titled “Timestamp”public DateTimeOffset Timestamp { get; init; }