MCPcopy 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
71private:
72 TestController();

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by 1

updateMethod · 0.64