Lines Matching refs:flowid
102 void TeamcityMessages::suiteStarted(const std::string &name, const std::string &flowid) { in suiteStarted() argument
105 if(flowid.length() > 0) { in suiteStarted()
106 writeProperty("flowId", flowid); in suiteStarted()
112 void TeamcityMessages::suiteFinished(const std::string &name, const std::string &flowid) { in suiteFinished() argument
115 if(flowid.length() > 0) { in suiteFinished()
116 writeProperty("flowId", flowid); in suiteFinished()
122 void TeamcityMessages::testStarted(const std::string &name, const std::string &flowid, bool capture… in testStarted() argument
125 if(flowid.length() > 0) { in testStarted()
126 writeProperty("flowId", flowid); in testStarted()
136 …eamcityMessages::testFinished(const std::string &name, int durationMs, const std::string &flowid) { in testFinished() argument
141 if(flowid.length() > 0) { in testFinished()
142 writeProperty("flowId", flowid); in testFinished()
154 …:string &name, const std::string &message, const std::string &details, const std::string &flowid) { in testFailed() argument
159 if(flowid.length() > 0) { in testFailed()
160 writeProperty("flowId", flowid); in testFailed()
166 …ages::testIgnored(const std::string &name, const std::string &message, const std::string &flowid) { in testIgnored() argument
170 if(flowid.length() > 0) { in testIgnored()
171 writeProperty("flowId", flowid); in testIgnored()
177 …t(const std::string &name, const std::string &output, const std::string &flowid, bool isStdError) { in testOutput() argument
181 if(flowid.length() > 0) { in testOutput()
182 writeProperty("flowId", flowid); in testOutput()