FakeConsole.

ErrorMessages Property

Summary

Gets or sets the error messages.
Namespace
Cake.Testing
Containing Type
FakeConsole

Syntax

public List<string> ErrorMessages { get; set; }

Value

Type Description
List<string> The messages.