TestOutputStringConvertible
public protocol TestOutputStringConvertible
A type with a customized test output text representation.
This textual representation is produced when values will be printed in test runs, and may be useful when producing error messages in custom matchers.
See also
CustomDebugStringConvertible
-
Undocumented
Declaration
Swift
var testDescription: String { get }