-
Enhancement
-
Resolution: Fixed
-
P4
-
22
-
b12
The google test suite offers some neat macros for comparing strings. We should use those instead of raw strcmp or strstr where possible. Code is more readable. Also, the macros print out the values of the strings automatically in case of a failure, which saves having to add them via "<<".