| 2556 | } |
| 2557 | |
| 2558 | LabelLayoutBaseTest::LabelLayoutBaseTest() |
| 2559 | { |
| 2560 | auto size = Director::getInstance()->getVisibleSize(); |
| 2561 | |
| 2562 | this->initTestLabel(size); |
| 2563 | |
| 2564 | this->initFontSizeChange(size); |
| 2565 | this->initToggleLabelTypeOption(size); |
| 2566 | |
| 2567 | this->initWrapOption(size); |
| 2568 | |
| 2569 | this->initAlignmentOption(size); |
| 2570 | |
| 2571 | this->initUnderlineStrikethroughOption(size); |
| 2572 | |
| 2573 | this->initDrawNode(size); |
| 2574 | |
| 2575 | this->initSliders(size); |
| 2576 | } |
| 2577 | |
| 2578 | void LabelLayoutBaseTest::initFontSizeChange(const ax::Size& size) |
| 2579 | { |
nothing calls this directly
no test coverage detected