MCPcopy Create free account
hub / github.com/axmolengine/axmol / getCurrTestSuite

Method getCurrTestSuite

tests/cpp-tests/Source/controller.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 void setCurrTestSuite(TestSuite* testSuite) { _testSuite = testSuite; }
68 TestSuite* getCurrTestSuite() { return _testSuite; }
69 bool isAutoTestRunning() const { return !_stopAutoTest; }
70
71private:

Callers 1

onEnterMethod · 0.80

Calls

no outgoing calls

Tested by 1

onEnterMethod · 0.64