提交 0d8027b6 编写于 作者: C CyrusNajmabadi

Add more debugging information.

上级 7465f0a6
......@@ -89,6 +89,13 @@ public static void ThrowIfExpectedItemNotFoundInOrder<TCollection>(IEnumerable<T
if (shouldThrow)
{
sb.AppendLine();
sb.AppendLine("Actual items:");
foreach (var item in actual)
{
sb.AppendLine(item.ToString());
}
throw new Exception(sb.ToString());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册