mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-06 15:09:31 +01:00
Some work on sections
This commit is contained in:
@@ -261,6 +261,13 @@ public:
|
||||
{
|
||||
instance().currentResult.setMessage( msg );
|
||||
}
|
||||
static void acceptSectionStart( const std::string& name, const std::string& description )
|
||||
{
|
||||
}
|
||||
|
||||
static void acceptSectionEnd( const std::string& name )
|
||||
{
|
||||
}
|
||||
|
||||
private:
|
||||
MutableResultInfo currentResult;
|
||||
|
||||
Reference in New Issue
Block a user