MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / ReportError

Method ReportError

tests/test_framework.cc:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void TestSequence::ReportError(const char* error) {
24 test_name_ = typeid(*this).name();
25 test_name_ = test_name_.substr(test_name_.find("::") + 2, -1);
26
27 errors_.push_back(error);
28}
29
30void TestSequence::KillAllUnits() {
31 const Units& units = agent_->Observation()->GetUnits();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected