Skip to content
Henry m edited this page Jul 17, 2024 · 9 revisions

Introduction

References

Tools

  • Unit test
  • QuickCheck
  • coverage
  • reporting
    • Corberture
    • TestNG

CxxTest

gcov

gcovr -r . --xml-pretty

gcovr -r . -s --exclude *.h --exclude runner.cpp

Troubleshooting

Troubleshooting cxxtest

expected initializer before ‘suite_ParserTestSuite’

There was a ';' missing at the end of the 'Class' definition in the .h file.