Alexander Shaver
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Alexander Shaver created a post, Google Test generation in (test) header file
I'm experimenting with CLion, especially since I like to use google test for unit testing.My usual test structure is a "<ClassName>_TEST.h" file that will have all the tests for some given class; t...