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
Many VSCode plugins discover GTest tests using --gtest_list_tests. If this feature was added, a lot of the popular GTest VSCode extensions like TestMate would work natively.
Right now it only lists the name of the test fixture and not any of the
SHOULD
test cases:GTest Version
Notice how CalculatorTestsGTest has its test case `ShouldReturnCorrectSumOf2Numbers`
GUnit Version
Notice how `Calculator Tests GUnit Add` doesn't list its test cases `Return Correct Sum of 9 + 8` and `Return Correct Sum of 9 + 9`
The text was updated successfully, but these errors were encountered: