TestContext.

Write(string, object[]) Method

Summary

Write a formatted string to the current result
Namespace
TCLite
Containing Type
TestContext

Syntax

public static void Write(string format, params object[] args)

Parameters

Name Type Description
format string
args object[]

Return Value

Type Description
void