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

Method OnPostStep

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

Source from the content-addressed store, hash-verified

56 virtual void OnTestsBegin () = 0;
57 virtual void OnTestsEnd () = 0;
58 virtual void OnPostStep () {}
59
60 void OnError(const std::vector<ClientError>& /*client_errors*/, const std::vector<std::string>& /*protocol_errors*/ = {}) override { success_ = false; }
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected