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`