Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トレースリスナーや、テストレポートがスナップしてテストレポートに埋め込まれるものに結果を書き込むことが可能かどうかを誰かが知っていますか?
たとえば、var Loans = GetLoans(... parameters); Assert.IsTrue(Loans.Length> 0); TestReport.Write( "user has:" + loans.Count);
そしてそれをテストレポートに表示させます!何か案は?:)
TestLog.WriteLine(....)
また、TestLog では、添付ファイルの埋め込みとログ内のネストされたセクションの作成がサポートされていることにも注意してください。