Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isAutoTestRunning
Method
isAutoTestRunning
tests/cpp-tests/Source/controller.h:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
void setCurrTestSuite(TestSuite* testSuite) { _testSuite = testSuite; }
68
TestSuite* getCurrTestSuite() { return _testSuite; }
69
bool isAutoTestRunning() const { return !_stopAutoTest; }
70
71
private:
72
TestController();
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
1
update
Method · 0.64