Télécharger la liste

Description du projet

include only c++ testing framework.





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

Système requise

System requirement is not defined

Livrée : 2018-09-19 09:43
iutest v1.16.6 (4 files Cacher)

Notes de release

version 1.16.6

Changelog

Changes for 1.16.6

  • Improved

    • Matcher に (NanSensitive)FloatNear/DoubleNear を追加
    • Matcher に template 版の浮動小数点数比較を追加・(NanSensitive)FloatingPointEq/FloatingPointNear
    • long double に対応
  • Changes

    • iuwandbox: -D__WANDBOX__ コンパイラーオプションを必ずつけるように変更
  • Bug fixes

    • iuwandbox: dryrun オプションが失敗を返す問題を修正
    • いくつかのコンパイラー警告を修正