Expecting Thank you to all for a superb heated debate! next week
“no excuses for not testing on c++ projects”
Thursday, March 26, 2015
7:00 PM
details: http://www.meetup.com/MUCplusplus/events/220628575/
If only all test were comprehensible…
SCENARIO("acquiring wisdom") { GIVEN("an oracle") { oracle gus; WHEN("I ask it to speak") { auto answer = gus.speak(); THEN("wisdom is apparent") { CHECK( answer != "bla" ); } } } }[1. Catch]
→ The code can be found @github, including the presentation slides.