FakeConsole.

WriteError(string, object[]) Method

Summary

Writes the text representation of the specified array of objects to the console error output using the specified format information.
Namespace
Cake.Testing
Containing Type
FakeConsole

Syntax

public void WriteError(string format, params object[] arg)

Parameters

Name Type Description
format string A composite format string.
arg object[] An array of objects to write using format.

Return Value

Type Description
void