Emily
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created problem with extract method from gtest test case
I'm working on the GildedRose refactoring kata (https://github.com/emilybache/GildedRose-Refactoring-Kata) and I've so far got this test code: TEST(GildedRoseTest, Foo) { auto *name = "Foo"; ...