MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TestCaseInfo

Method TestCaseInfo

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9836–9840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9834}
9835
9836TestCaseInfo::TestCaseInfo(std::string const &_name, std::string const &_className, std::string const &_description,
9837 std::vector<std::string> const &_tags, SourceLineInfo const &_lineInfo)
9838 : name(_name), className(_className), description(_description), lineInfo(_lineInfo), properties(None) {
9839 setTags(*this, _tags);
9840}
9841
9842bool TestCaseInfo::isHidden() const {
9843 return (properties & IsHidden) != 0;

Callers

nothing calls this directly

Calls 1

setTagsFunction · 0.85

Tested by

no test coverage detected