2017年8月21日 星期一

Google C++ Testing Framework

最近開始著手寫公司產品的UnitTest (因為RD在初期開發時,並沒有寫)。
後補的概念...

Google test 是基於 xUnit 的架構下開發的C/C++ 測試 Framework。

Features
  • An XUnit test framework.
  • Test discovery.
  • A rich set of assertions.
  • User-defined assertions.
  • Death tests.
  • Fatal and non-fatal failures.
  • Value-parameterized tests.
  • Type-parameterized tests.
  • Various options for running the tests.
  • XML test report generation.

沒有留言:

張貼留言