Recent content by harshilshah25

  1. harshilshah25

    Question Dilemma over authenticity of gcov generated code coverage percentage where unit tests are not technically correct

    When I joined my company as a new comer and I was exploring the unit test suite of the product code. It is using gtest framework. But when I checked all the tests, they were testing the whole functionality by calling real functions and asserting expected output. Below is one such test case as an...