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

Method UnitTestBot

tests/test_framework.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class UnitTestBot : public Agent {
36public:
37 UnitTestBot() :
38 success_(true),
39 current_sequence_(-1),
40 game_loop_done_(2) {
41 }
42
43 bool IsFinished() const {
44 return (current_sequence_ >= sequences_.size() && current_sequence_ != std::size_t(-1));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected