Interface IItemTextRepresentationProvider
Provides the text representation of an item, which can be used for relevant properties of a test object description.
public interface IItemTextRepresentationProvider
Properties
TextRepresentation
The text representation of the item.
string TextRepresentation { get; }