TestContext.

WriteLine(string, object) Method

Summary

Write a formatted string to the current result followed by a line terminator
Namespace
TCLite
Containing Type
TestContext

Syntax

public static void WriteLine(string format, object arg1)

Parameters

Name Type Description
format string
arg1 object

Return Value

Type Description
void