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

Method Add

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

Source from the content-addressed store, hash-verified

48
49protected:
50 template<class T> void Add(const T& test) {
51 std::unique_ptr<TestSequence> t = std::make_unique<T>(test);
52 t->agent_ = this;
53 sequences_.push_back(std::move(t));
54 }
55
56 virtual void OnTestsBegin () = 0;
57 virtual void OnTestsEnd () = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected