perform startRun() at the start of each test case
This commit is contained in:
parent
52a417df7b
commit
aa49823bc0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,6 @@ namespace Catch {
|
|||
m_context.setConfig( m_config );
|
||||
m_context.setResultCapture( this );
|
||||
m_reporter->testRunStarting( m_runInfo );
|
||||
m_trackerContext.startRun();
|
||||
}
|
||||
|
||||
virtual ~RunContext() {
|
||||
|
@ -98,6 +97,7 @@ namespace Catch {
|
|||
|
||||
|
||||
do {
|
||||
m_trackerContext.startRun();
|
||||
do {
|
||||
m_trackerContext.startCycle();
|
||||
m_testCaseTracker = &SectionTracker::acquire( m_trackerContext, testInfo.name );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue