TestContext.

WriteLine(object) Method

Summary

Write the string representation of an object to the current result followed by a line terminator
Namespace
TCLite
Containing Type
TestContext

Syntax

public static void WriteLine(object value)

Parameters

Name Type Description
value object

Return Value

Type Description
void