Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blizzard/s2client-api
/ TestSequence
Method
TestSequence
tests/test_framework.cc:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
//
13
14
TestSequence::TestSequence() :
15
agent_(nullptr),
16
wait_game_loops_(5) {
17
}
18
19
bool TestSequence::DidSucceed() const {
20
return errors_.empty();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected