TestContext.

Write(bool) Method

Summary

Write the string representation of a boolean value to the current result
Namespace
TCLite
Containing Type
TestContext

Syntax

public static void Write(bool value)

Parameters

Name Type Description
value bool

Return Value

Type Description
void