Jtest を使用すると、オープン ソースの単体テスト ツールで作成した単体テストを実行し、結果を DTP にレポートできます。現在、次の単体テスト ツールがサポートされています。allows you to run unit tests created in open source unit testing tools and report results to DTP. The following unit testing tools are currently supported:
- JUnit 3 および and 4
- TestNG
次の表は、各テスト フレームワークに対するサポートの詳細です。
The following table describes detailed support for testing frameworks:
Framework | Supported | Not supported | フレームワーク | サポート | 未サポート |
---|---|---|---|---|---|
JUnit 3 | Test classes directly extending junit.framework.TestCase を直接的に拡張し、 with test* メソッドを持つテスト クラス。 methods. |
| |||
JUnit 4 | Test methods annotated with @org.junit.Test アノテーションを持つテスト メソッド。 annotation. |
| |||
TestNG | Test methods annotated with XML レポート reports (JUnit フォーマットのみ) を処理できます。format only) will be processed. |
|
...
Visit the Parasoft その他の単体テスト ツールとの統合については、Parasoft Marketplace (http://marketplace.parasoft.com) を確認してください。for additional unit test tool integrations.