mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 19:05:40 +02: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