| 14 | } |
| 15 | |
| 16 | void WebViewTest::viewDidLoad() |
| 17 | { |
| 18 | this->getView()->setColor(CAColor_gray); |
| 19 | |
| 20 | CAWebView* web = CAWebView::createWithLayout(DLayoutFill); |
| 21 | web->loadURL("http://crossapp.9miao.com"); |
| 22 | this->getView()->addSubview(web); |
| 23 | } |
| 24 | |
| 25 | void WebViewTest::viewDidUnload() |
| 26 | { |
nothing calls this directly
no test coverage detected