Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
The current
testCaseStartingandtestCaseEndingevents can (and usually do) fire multiple times for a singleTEST_CASE. This is because they fire every timeTEST_CASEis entered/left, which happens multiple times when there areSECTIONs inside it. We want to provide reporter member function that is called when aTEST_CASEis about to be entered the first time, and when it has exited the last time.Possible names
testCaseBeginningandtestCaseFinishing? Definitely open to better suggestions.