MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / test

Function test

apps/automated/src/ui/view/view-tests.android.ts:107–111  ·  view source on GitHub ↗
(views: Array<View>)

Source from the content-addressed store, hash-verified

105
106export function test_event_setupUI_IsRaised() {
107 const test = function (views: Array<View>) {
108 views.forEach((v) => {
109 TKUnit.assertNotNull(v.nativeViewProtected, '_setupUI should initialize set nativeView');
110 });
111 };
112
113 helper.do_PageTest_WithStackLayout_AndButton(test);
114}

Callers

nothing calls this directly

Calls 5

forEachMethod · 0.80
assertMethod · 0.80
getParentMethod · 0.65
addChildMethod · 0.45
removeChildMethod · 0.45

Tested by

no test coverage detected