TestContextWriteLine Delegate

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Delegate used when you wish to perform your own logging into a custom logging system.

Namespace:  ArtOfTest.WebAii.TestTemplates
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public delegate void TestContextWriteLine(
	string Format,
	params Object[] args
)

Parameters

Format
Type: SystemString
The format string.
args
Type: SystemObject
The arguments.
See Also

Reference