mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 23:49:28 +00:00
parent
503d5d0c8e
commit
f3d1f08c3b
62 changed files with 527 additions and 527 deletions
|
@ -29,7 +29,7 @@ namespace Catch {
|
|||
if( m_sectionIncluded )
|
||||
getCurrentContext().getResultCapture().sectionEnded( m_info, m_assertions );
|
||||
}
|
||||
|
||||
|
||||
// This indicates whether the section should be executed or not
|
||||
operator bool() {
|
||||
return m_sectionIncluded;
|
||||
|
@ -37,12 +37,12 @@ namespace Catch {
|
|||
|
||||
private:
|
||||
SectionInfo m_info;
|
||||
|
||||
|
||||
std::string m_name;
|
||||
Counts m_assertions;
|
||||
bool m_sectionIncluded;
|
||||
};
|
||||
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
#ifdef CATCH_CONFIG_VARIADIC_MACROS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue