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

Method setTestSuite

tests/cpp-tests/Source/BaseTest.cpp:397–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void TestCase::setTestSuite(TestSuite* testSuite)
398{
399 if (_testSuite != testSuite)
400 {
401 testSuite->retain();
402 if (_testSuite)
403 {
404 _testSuite->release();
405 }
406 _testSuite = testSuite;
407 }
408}
409
410TestCase::Type TestCase::getTestType() const
411{

Callers 5

runThisTestMethod · 0.80
restartCurrTestMethod · 0.80
enterNextTestMethod · 0.80
enterPreviousTestMethod · 0.80
traverseTestSuiteMethod · 0.80

Calls 2

retainMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected