2

有时我在 MsTest 运行中遇到错误,并且几乎没有上下文来追踪问题,例如:

<ErrorInfo>
    <Message>Unit Test Adapter threw exception: Type is not resolved for member 'Castle.MicroKernel.SubSystems.Conversion.ConverterException,Castle.Windsor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'..</Message>
</ErrorInfo>

注意点“..”是否有一些标志或任何可以使它包含其余错误的东西?我正在从命令行运行 Mstest。

4

1 回答 1

1

您可以从命令行添加 errorstacktrace 参数:

mstest /testcontainer:MyTests.dll /detail:errorstacktrace
于 2015-06-29T22:37:07.300 回答