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

Method IsFinished

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

Source from the content-addressed store, hash-verified

41 }
42
43 bool IsFinished() const {
44 return (current_sequence_ >= sequences_.size() && current_sequence_ != std::size_t(-1));
45 }
46
47 bool Success() { return success_; }
48

Callers 12

TestUnitCommandFunction · 0.45
TestSnapshotsFunction · 0.45
TestObservationInterfaceFunction · 0.45
TestObservationActionsFunction · 0.45
TestHangFunction · 0.45
TestCrashFunction · 0.45
TestMultiplayerFunction · 0.45
TestPerformanceFunction · 0.45
TestMovementCombatFunction · 0.45
TestFeatureLayersFunction · 0.45
TestAbilityRemapFunction · 0.45
TestFeatureLayersMPFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected