Micro Focus Unit Testing Framework

注: This is a technology preview feature only. It is being made available to allow you to test and provide feedback on this new capability, but it is not intended for production use and is not supported as such. Furthermore, Micro Focus does not guarantee that this feature will be delivered at a GA level and if it is, then the functionality provided might differ considerably from this technology preview. During the preview, you are encouraged to share your feedback and experiences via the Micro Focus community forum - http://community.microfocus.com/microfocus/).

Micro Focus Unit Testing Framework は、手続き型 COBOL アプリケーション向けの、Enterprise Developer コマンド ラインまたはシェル プロンプトから利用できる xUnit テスト フレームワークです。

それには、xUnit フレームワークに期待するアーキテクチャのほとんどが含まれます。テスト ランナーは、テスト ケース ロジックとオプションでテストを実行する環境を制御する補助コードを含む .dll (Windows) または .so (UNIX) にコンパイルされた、COBOL プログラムであるテスト スイートを実行する 32 または 64 ビット実行ファイルです。

テスト実行中に障害が発生した場合、ジャストインタイム デバッガーを呼び出す、コア ダンプ ファイルを作成する、またはそのままテスト実行を続けるかを選択できます。

テスト実行の結果は、多くのフォーマットで利用可能です。デフォルトでは、結果は画面と .txt ファイルに表示されますが、追加パラメーターを使用して JUnit フォーマットで結果を作成することも可能です。関係するテスト スイートが多くある場合、JUnit レポートをパッケージ化し、Jenkins CI サーバーなどのサード パーティ テストおよび開発アプリケーションに統合できます。