#Test case in c++ similar to JUnit?

10 messages · Page 1 of 1 (latest)

main saddle
#

Id like to run a few test on some classes, are there anything that can help me in visual studio? Im pretty newbie to this ide.

radiant hollowBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

neon cypress
somber sequoia
#

google test better imo

#

how so

neon cypress
#

The required inheritance is super annoying and the syntax, output and setup worse.

#

But I guess if it works for you it's fine.

#

Also I remember it doing less magic. ASSERT(a == b); will print the values of a and b in catch, but not in google test.

somber sequoia
#

meh, aint that bad

#

at least outputs are colored in terminal