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, object arg3)
Parameters
| Name | Type | Description |
|---|---|---|
| format | string | |
| arg1 | object | |
| arg2 | object | |
| arg3 | object |
Return Value
| Type | Description |
|---|---|
| void |
