TestContext.

Write(string, object, object) Method

Summary

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

Syntax

public static void Write(string format, object arg1, object arg2)

Parameters

Name Type Description
format string
arg1 object
arg2 object

Return Value

Type Description
void