ObjectAssertionsChain<T>.That Property
Definition
Gets the value being asserted on, for use in further assertions via .Should().
public T That { get; }
Property Value
T
Gets the value being asserted on, for use in further assertions via .Should().
public T That { get; }
T