mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-23 18:15:40 +02:00
Capture test case hidden status in member variable
This commit is contained in:
@@ -44,7 +44,8 @@ namespace Catch {
|
||||
Ptr<ITestCase> m_test;
|
||||
std::string m_name;
|
||||
std::string m_description;
|
||||
SourceLineInfo m_lineInfo;
|
||||
SourceLineInfo m_lineInfo;
|
||||
bool m_isHidden;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user