You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently C++ tests use Boost headers and run multiple tests from a single method, which is not maintainable. We should migrate to GoogleTest framework to have proper test isolation, better test reporting, and more maintainable test structure.