cpp-testing / GUnit

GUnit - Google.Test/Google.Mock/Cucumber on steroids
257 stars 50 forks source link

Remove sut member variable from named test cases. #83

Closed mstaz closed 1 year ago

mstaz commented 1 year ago

Problem: Build issues when using -Wshadow and a variable sut is used in a named test case.

Solution: Add a template specialization for GTest with name as type. Omit the sut variable here.