Download List

Project Description

include only c++ testing framework.





  • header only
  • compatible google test
  • extensions
    • japanease test name
    • ASSERT flavor can non-void return
    • assertion rich
    • expression ass...

System Requirements

System requirement is not defined

Released at 2014-08-26 08:24
iutest v1.10.0 (2 files Hide)

Release Notes

No Release Notes

Changelog

** 追加
* --verbose コマンドラインオプションを追加
* --iutest_default_package_name コマンドラインオプションを追加
* operatoer == のないオブジェクトの IUTEST_*_EQ 対応
* operatoer != のないオブジェクトの IUTEST_*_NE 対応
* junit xml 出力に対応(--iutest_output=junit)
* IUTEST_FLAG(ostream_formatter) を追加
* tuple 要素を取得する GetParam tempalate 関数を追加
* ARM対応

** 修正
* --iutest_break_on_failure でスキップや警告でも停止していた不具合を修正
* Visual Studio 14 CTP 3 対応
* バグ修正