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, params object[] args)

Parameters

Name Type Description
format string
args object[]

Return Value

Type Description
void