MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestCaseInfo

Method TestCaseInfo

unittests/catch.hpp:9915–9927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9913 }
9914
9915 TestCaseInfo::TestCaseInfo( std::string const& _name,
9916 std::string const& _className,
9917 std::string const& _description,
9918 std::vector<std::string> const& _tags,
9919 SourceLineInfo const& _lineInfo )
9920 : name( _name ),
9921 className( _className ),
9922 description( _description ),
9923 lineInfo( _lineInfo ),
9924 properties( None )
9925 {
9926 setTags( *this, _tags );
9927 }
9928
9929 bool TestCaseInfo::isHidden() const {
9930 return ( properties & IsHidden ) != 0;

Callers

nothing calls this directly

Calls 1

setTagsFunction · 0.85

Tested by

no test coverage detected