This document describes a unit test for a Chinese name calculation project. It introduces the testing framework used, which includes C++, Google Test and Google Mock. It then provides an overview of the project, which takes Chinese surname stroke counts and type as input, applies rules to calculate the best stroke count combinations for a name. The implementation process and demo are described, along with notes on testing techniques. References to related GitHub and blog pages are also included.