Skip to main content

Posts

Showing posts with the label GoogleTest

Google Test 2023.11 from November 13, 2023

 Google Test 2023.11 from November 13, 2023 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 https://developer.team/delphi/33463-google-test-202311-from-november-13-2023.html

Google Test 2022.10 from October 06, 2022

 Google Test 2022.10 from October 06, 2022 Welcome to GoogleTest, Google's C++ test framework! This repository is a merger of the formerly separate GoogleTest and GoogleMock projects. These were so closely related that it makes sense to maintain and release them together. https://developer.team/delphi/32892-google-test-202210-from-october-06-2022.html