|
PuzzleSDK
|
#include <UITest.h>
类 UITests 继承关系图:
UITests 的协作图:Public 成员函数 | |
| UITests () | |
| ~UITests () | |
Public 成员函数 继承自 TestList | |
| TestList () | |
| void | addTest (const std::string &testName, std::function< TestBase *()> callback) |
| virtual void | runThisTest () override |
| virtual void | tableCellTouched (cocos2d::extension::TableView *table, cocos2d::extension::TableViewCell *cell) override |
| virtual cocos2d::extension::TableViewCell * | tableCellAtIndex (cocos2d::extension::TableView *table, ssize_t idx) override |
| virtual cocos2d::Size | tableCellSizeForIndex (cocos2d::extension::TableView *table, ssize_t idx) override |
| virtual ssize_t | numberOfCellsInTableView (cocos2d::extension::TableView *table) override |
| virtual void | scrollViewDidScroll (cocos2d::extension::ScrollView *view) override |
| virtual void | scrollViewDidZoom (cocos2d::extension::ScrollView *view) override |
Public 成员函数 继承自 TestBase | |
| virtual | ~TestBase () |
| void | backsUpOneLevel () |
| bool | isTestList () |
| ssize_t | getChildTestCount () |
| void | setTestParent (TestBase *parent) |
| TestBase * | getTestParent () |
| void | setTestName (const std::string &testName) |
| std::string | getTestName () const |
额外继承的成员函数 | |
Protected 成员函数 继承自 TestBase | |
| TestBase () | |
Protected 属性 继承自 TestBase | |
| std::string | _testName |
| TestBase * | _parentTest |
| bool | _isTestList |
| std::vector< std::string > | _childTestNames |
| UITests::UITests | ( | ) |
在文件 UITest.cpp 第 29 行定义.
引用了 TestList::addTest().
函数调用图:| UITests::~UITests | ( | ) |
在文件 UITest.cpp 第 34 行定义.