Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

例:ユニット・テスト・ポータルでのレポートの表示

ポータルでは、テスト結果は一連のレポートにまとめられます。各テスト・レポートのテスト結果は、ハイパーリンク先のページにまとめられています。リンク先のページに移動すると、必要な詳細情報を表示できます。

最初のページには、すべてのテスト・スイートの要約が表示されます。この例では、すべてのテスト・スイートが合格しています。

UnitTest Report Home with test suites listed in a table with columns like ID, Status, Duration, Machine name, and namespace

表示するレポートの [ID] 列で ID 番号をクリックします。

2 ページ目には、テスト・スイートごとの結果が表示されます。この例では、mytests がテスト・スイートであり、合格しています。

Unit test Index page with suites listed in table with columns like status, error description, and duration

mytests をクリックします。

3 ページ目には、テスト・ケースごとの結果が表示されます。この例では、1 つのテスト・ケース MyPackage.Tests が合格しています。

Unit test test suite page with test cases listed in table with columns like status, error description, and duration

[MyPackage.Tests] をクリックします。

4 ページ目には、テスト・メソッドごとの結果が表示されます。ここでは 1 つのテスト・メソッド TestAdd が合格しています。

unit test page with table listing each test method. Columns include status, error description, and duration

TestAdd をクリックします。

最終ページには、テスト・メソッドで使用される各 AssertX マクロの結果が表示されます。この例では、AssertEqualsAssertNotEquals の両方が合格しています。

Unit test page with macros listed in table that has columns like Action, Status, and Description

FeedbackOpens in a new tab