Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Unit Tests Guidelines

Symeon Huang edited this page Nov 29, 2015 · 1 revision

##Naming Convention

  • The unit test class name has an extra _T appendix, i.e. Address_T is the test class for Address.
  • The file name of header and source are ended with .t.h and .t.cpp respectively.
  • Avoid ambiguous or vague function names like "test1", "testFunc".
Clone this wiki locally