Home
last modified time | relevance | path

Searched refs:testCaseLabel_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/test/framework/src/
H A Dtest_case_list_adapter.cpp44 : rootView_(uiView), mainMenu_(mainMenu), uiTest_(uiTest), testCaseLabel_(testCaseLabel) in BtnOnClickBackListener()
52 if ((rootView_ == nullptr) || (mainMenu_ == nullptr) || (uiTest_ == nullptr) || (testCaseLabel_ == nullptr)) {
56 rootView_->Remove(testCaseLabel_);
74 UILabel* testCaseLabel_; member in OHOS::BtnOnClickBackListener
87 testCaseLabel_(testCaseLabel), in BtnOnClickUiTestListener()
99 if ((rootView_ == nullptr) || (mainMenu_ == nullptr) || (backBtn_ == nullptr) || (testCaseLabel_ == nullptr) ||
110 click = new BtnOnClickBackListener(rootView_, mainMenu_, uiTest_, testCaseLabel_);
113 if (testCaseLabel_ != nullptr) {
114 testCaseLabel_->SetText(sliceId_);
116 rootView_->Add(testCaseLabel_);
133 UILabel* testCaseLabel_; global() member in OHOS::BtnOnClickUiTestListener
[all...]
H A Dui_test_app.cpp79 if (testCaseLabel_ == nullptr) { in InitMainMenu()
82 adapter_ = new TestCaseListAdapter(mainMenu_, backBtn_, testCaseLabel_); in InitMainMenu()
135 if (testCaseLabel_ == nullptr) { in InitTestLabel()
136 testCaseLabel_ = new UILabel(); in InitTestLabel()
137 testCaseLabel_->Resize(Screen::GetInstance().GetWidth(), BACK_BUTTON_HEIGHT); in InitTestLabel()
138 testCaseLabel_->SetAlign(TEXT_ALIGNMENT_CENTER, TEXT_ALIGNMENT_CENTER); in InitTestLabel()
139 testCaseLabel_->SetText("Test Case Name"); in InitTestLabel()
140 testCaseLabel_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 30); // 30: means font size in InitTestLabel()
/foundation/arkui/ui_lite/test/framework/include/
H A Dtest_case_list_adapter.h29 testCaseLabel_(testTitleLabel) {} in TestCaseListAdapter()
40 UILabel* testCaseLabel_; member in OHOS::TestCaseListAdapter
H A Dui_test_app.h53 UILabel* testCaseLabel_ = nullptr; member in OHOS::UITestApp

Completed in 2 milliseconds