assertions » Developer.Team

Google Test 2023.11 from November 13, 2023

Google Test 2023.11 from November 13, 2023
Google Test 2023.11 from November 13, 2023


Features

xUnit test framework: \ Googletest is based on the xUnit testing framework, a popular architecture for unit testing
Test discovery: \ Googletest automatically discovers and runs your tests, eliminating the need to manually register your tests
Rich set of assertions: \ Googletest provides a variety of assertions, such as equality, inequality, exceptions, and more, making it easy to test your code
Read more