|
PuzzleSDK
|
#include <HttpClientTest.h>
类 HttpClientTest 继承关系图:
HttpClientTest 的协作图:Public 成员函数 | |
| CREATE_FUNC (HttpClientTest) | |
| HttpClientTest () | |
| virtual | ~HttpClientTest () |
| void | onMenuGetTestClicked (cocos2d::Ref *sender, bool isImmediate) |
| void | onMenuPostTestClicked (cocos2d::Ref *sender, bool isImmediate) |
| void | onMenuPostBinaryTestClicked (cocos2d::Ref *sender, bool isImmediate) |
| void | onMenuPutTestClicked (cocos2d::Ref *sender, bool isImmediate) |
| void | onMenuDeleteTestClicked (cocos2d::Ref *sender, bool isImmediate) |
| void | onHttpRequestCompleted (cocos2d::network::HttpClient *sender, cocos2d::network::HttpResponse *response) |
| virtual std::string | title () const override |
Public 成员函数 继承自 TestCase | |
| TestCase () | |
| ~TestCase () | |
| virtual std::string | subtitle () const |
| virtual Type | getTestType () const |
| virtual float | getDuration () const |
| virtual std::string | getExpectedOutput () const |
| virtual std::string | getActualOutput () const |
| virtual void | restartTestCallback (cocos2d::Ref *sender) |
| virtual void | nextTestCallback (cocos2d::Ref *sender) |
| virtual void | priorTestCallback (cocos2d::Ref *sender) |
| virtual void | onBackCallback (cocos2d::Ref *sender) |
| void | setTestSuite (TestSuite *testSuite) |
| TestSuite * | getTestSuite () const |
| float | getRunTime () const |
| void | setTestCaseName (const std::string &name) |
| std::string | getTestCaseName () const |
| const cocos2d::Label * | getSubtitleLable () const |
| const cocos2d::MenuItemImage * | getRestartTestItem () const |
| virtual void | onEnter () override |
Private 属性 | |
| cocos2d::Label * | _labelStatusCode |
额外继承的成员函数 | |
Public 类型 继承自 TestCase | |
| enum class | Type { ROBUSTNESS , UNIT , GRAPHICAL_STATIC , MANUAL } |
Public 属性 继承自 TestCase | |
| CC_CONSTRUCTOR_ACCESS | __pad0__: virtual bool init() override |
Protected 属性 继承自 TestCase | |
| cocos2d::MenuItemImage * | _priorTestItem |
| cocos2d::MenuItemImage * | _restartTestItem |
| cocos2d::MenuItemImage * | _nextTestItem |
| cocos2d::Label * | _titleLabel |
| cocos2d::Label * | _subtitleLabel |
在文件 HttpClientTest.h 第 35 行定义.
| HttpClientTest::HttpClientTest | ( | ) |
在文件 HttpClientTest.cpp 第 39 行定义.
引用了 _labelStatusCode, onMenuDeleteTestClicked(), onMenuGetTestClicked(), onMenuPostBinaryTestClicked(), onMenuPostTestClicked() , 以及 onMenuPutTestClicked().
函数调用图:
|
virtual |
在文件 HttpClientTest.cpp 第 120 行定义.
| HttpClientTest::CREATE_FUNC | ( | HttpClientTest | ) |
| void HttpClientTest::onHttpRequestCompleted | ( | cocos2d::network::HttpClient * | sender, |
| cocos2d::network::HttpResponse * | response | ||
| ) |
在文件 HttpClientTest.cpp 第 363 行定义.
引用了 _labelStatusCode.
被这些函数引用 onMenuDeleteTestClicked(), onMenuGetTestClicked(), onMenuPostBinaryTestClicked(), onMenuPostTestClicked() , 以及 onMenuPutTestClicked().
这是这个函数的调用关系图:| void HttpClientTest::onMenuDeleteTestClicked | ( | cocos2d::Ref * | sender, |
| bool | isImmediate | ||
| ) |
在文件 HttpClientTest.cpp 第 321 行定义.
引用了 _labelStatusCode , 以及 onHttpRequestCompleted().
被这些函数引用 HttpClientTest().
函数调用图:
这是这个函数的调用关系图:| void HttpClientTest::onMenuGetTestClicked | ( | cocos2d::Ref * | sender, |
| bool | isImmediate | ||
| ) |
在文件 HttpClientTest.cpp 第 125 行定义.
引用了 _labelStatusCode , 以及 onHttpRequestCompleted().
被这些函数引用 HttpClientTest().
函数调用图:
这是这个函数的调用关系图:| void HttpClientTest::onMenuPostBinaryTestClicked | ( | cocos2d::Ref * | sender, |
| bool | isImmediate | ||
| ) |
在文件 HttpClientTest.cpp 第 241 行定义.
引用了 _labelStatusCode , 以及 onHttpRequestCompleted().
被这些函数引用 HttpClientTest().
函数调用图:
这是这个函数的调用关系图:| void HttpClientTest::onMenuPostTestClicked | ( | cocos2d::Ref * | sender, |
| bool | isImmediate | ||
| ) |
在文件 HttpClientTest.cpp 第 188 行定义.
引用了 _labelStatusCode , 以及 onHttpRequestCompleted().
被这些函数引用 HttpClientTest().
函数调用图:
这是这个函数的调用关系图:| void HttpClientTest::onMenuPutTestClicked | ( | cocos2d::Ref * | sender, |
| bool | isImmediate | ||
| ) |
在文件 HttpClientTest.cpp 第 268 行定义.
引用了 _labelStatusCode , 以及 onHttpRequestCompleted().
被这些函数引用 HttpClientTest().
函数调用图:
这是这个函数的调用关系图:
|
inlineoverridevirtual |
|
private |