VinTest.TestStep VinTest¶ TestStep Class¶ Single step in a test method for runner to schedule through VS callbacks. Has to be exposed, but not intended to be used by tests code directly. public abstract record TestStep : IEquatable<VinTest.TestStep> Inheritance Object → TestStep Implements IEquatable<TestStep>