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

Method FeatureLayerTestBot

tests/test_feature_layer.cc:327–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325};
326
327FeatureLayerTestBot::FeatureLayerTestBot() :
328 UnitTestBot() {
329 // Sequences.
330 for (int i = 0; i < 10; ++i)
331 Add(TestCoordinateSystemMinimap());
332 for (int i = 0; i < 10; ++i)
333 Add(TestCoordinateSystemMap());
334 for (int i = 0; i < 10; ++i)
335 Add(TestCameraMove());
336
337 Add(UnitCommandsFeatureLayer());
338}
339
340void FeatureLayerTestBot::OnTestsBegin() {
341 Debug()->DebugShowMap();

Callers

nothing calls this directly

Calls 4

TestCameraMoveClass · 0.85

Tested by

no test coverage detected