The reporter interface needs new events for test case as a whole #2107
Labels
Milestone
Comments
|
Maybe going with the explicit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: