All the unit tests are in the folder test and are written using Google Test library. In the Test files we use TEST(TestSuiteName, TestName) to make a single test. Otherwise, in the Test Fixture files ...