forked from catchorg/Catch2
Completed NoAssertions warning implementation
This commit is contained in:
@@ -52,6 +52,10 @@ namespace Catch {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isBranch() const {
|
||||
return m_status == Branch;
|
||||
}
|
||||
|
||||
void ranToCompletion() {
|
||||
if( m_status == Branch && !hasUntestedSections() )
|
||||
m_status = TestedBranch;
|
||||
|
||||
Reference in New Issue
Block a user