public static void Expect (LogType type, string message);
public static void Expect (LogType type, Regex message);

参数

type日志类型。
message预期的日志消息。

描述

预期特定类型的日志消息。如果预期出现错误、断言或异常日志,测试将不会失败。如果预期有日志消息,但该消息没有出现,则测试将失败。