![]() Boost Test Library"Test everything that could possibly break" XP maxim Execution
monitor Migration guide IntroductionThe Boost Test Library は テストの作成、テストケースやテストスィートにおけるテストの管理、またそれらの実行制御などに適したコンポーネントセットを提供する。 Program Execution Monitor はテスト環境ではなく、実稼働環境において有効である。 ![]() Components
![]() FAQDesignSee Boost Test Library Design. Boost.Test migration guideBoost で使用されていた元のテストライブラリに置き換わるものである。 以下にあるいくつかの簡単な手順を行えば、最新のソフトウェアに問 題なく移行できる。元のバージョンにあるcpp_main ツールを使っている場合、移行するには<boost/test/cpp_main.cpp>のインクルード を削除する必要がある。このファイルはもはや存在しない。 Boost.Test ライブラリの元のバージョ ンのtest_mainとテストツールを使用している場合、最新のバージョ ンを使用するには、次のいずれかの手順を行う。
Open Issues
![]() PortabilityBecause the Boost Test Library is critical Boost Test Library は Boost library を移植またはテストすることが重要であるので、厳密なC++ 形式で、また依存度も最低限に抑えて書かれている。 テストは多くのコンパイラでコンパイル・実行できる。 AcknowledgementsOriginal Test Library: Ed Brey, Kevlin Henney, Ullrich Koethe, and Thomas Matelich provided very helpful comments during development. Dave Abrahams, Ed Brey, William Kempf, Jens Maurer, and Wilka suggested numerous improvements during the Formal Review. Jens Maurer was the review manager. Beman Dawes is the developer and maintainer. Second Release: Beman Dawes and Ullrich Koethe started the
library. Fernando Cacciola, Jeremy Siek, Beman Dawes, Ullrich Koethe,
Dave Abrahams suggested numerous improvements during the Formal Review.
Jeremy Siek was the review manager. Dave |