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
Googletest is a C++ testing framework written by Google. To create XUnit compatible output use it this way: <test executable> --gtest_output=xml:<filename>