mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 09:57:54 +00:00
Capture test case hidden status in member variable
This commit is contained in:
parent
f7418eb2dd
commit
dea756f699
2 changed files with 11 additions and 6 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue