Writes an ellipsis to indicate where content has been elided for brevity.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public static void WriteEllipsis() |
| Visual Basic (Declaration) |
|---|
Public Shared Sub WriteEllipsis |
Remarks
An ellipsis may be used, for example, when printing assertion failures to clearly identify sections where the user is not being presented all of the information because it was too long and had to be truncated.
This is a convenience method that forwards the request to the current default log stream writer as returned by the Default property.
This is a convenience method that simply encapsulates "..." within a marked region of type Ellipsis. However, tools may reinterpret the special marker to make the "..." less ambiguous.
