Home
last modified time | relevance | path

Searched refs:isNotNull (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/flutter/flutter/packages/flutter_localizations/test/cupertino/
Dtranslations_test.dart18 expect(localizations.datePickerYear(0), isNotNull);
19 expect(localizations.datePickerYear(1), isNotNull);
20 expect(localizations.datePickerYear(2), isNotNull);
21 expect(localizations.datePickerYear(10), isNotNull);
23 expect(localizations.datePickerMonth(1), isNotNull);
24 expect(localizations.datePickerMonth(2), isNotNull);
25 expect(localizations.datePickerMonth(11), isNotNull);
26 expect(localizations.datePickerMonth(12), isNotNull);
28 expect(localizations.datePickerDayOfMonth(0), isNotNull);
29 expect(localizations.datePickerDayOfMonth(1), isNotNull);
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dlocalizations_test.dart12 expect(localizations.openAppDrawerTooltip, isNotNull);
13 expect(localizations.backButtonTooltip, isNotNull);
14 expect(localizations.closeButtonTooltip, isNotNull);
15 expect(localizations.deleteButtonTooltip, isNotNull);
16 expect(localizations.nextMonthTooltip, isNotNull);
17 expect(localizations.previousMonthTooltip, isNotNull);
18 expect(localizations.nextPageTooltip, isNotNull);
19 expect(localizations.previousPageTooltip, isNotNull);
20 expect(localizations.showMenuTooltip, isNotNull);
21 expect(localizations.licensesPageTitle, isNotNull);
[all …]
Dtypography_test.dart13 expect(typography, isNotNull, reason: 'null typography for $platform');
14 expect(typography.black, isNotNull, reason: 'null black typography for $platform');
15 expect(typography.white, isNotNull, reason: 'null white typography for $platform');
Dpage_transitions_theme_test.dart13 expect(theme.builders, isNotNull);
14 expect(theme.builders[TargetPlatform.android], isNotNull);
15 expect(theme.builders[TargetPlatform.iOS], isNotNull);
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dlocalizations_test.dart12 expect(localizations.datePickerYear(2018), isNotNull);
13 expect(localizations.datePickerMonth(1), isNotNull);
14 expect(localizations.datePickerDayOfMonth(1), isNotNull);
15 expect(localizations.datePickerHour(0), isNotNull);
16 expect(localizations.datePickerHourSemanticsLabel(0), isNotNull);
17 expect(localizations.datePickerMinute(0), isNotNull);
18 expect(localizations.datePickerMinuteSemanticsLabel(0), isNotNull);
19 expect(localizations.datePickerMediumDate(DateTime.now()), isNotNull);
20 expect(localizations.datePickerDateOrder, isNotNull);
21 expect(localizations.datePickerDateTimeOrder, isNotNull);
[all …]
/third_party/flutter/flutter/packages/flutter_localizations/test/material/
Dtranslations_test.dart18 expect(localizations.openAppDrawerTooltip, isNotNull);
19 expect(localizations.backButtonTooltip, isNotNull);
20 expect(localizations.closeButtonTooltip, isNotNull);
21 expect(localizations.nextMonthTooltip, isNotNull);
22 expect(localizations.previousMonthTooltip, isNotNull);
23 expect(localizations.nextPageTooltip, isNotNull);
24 expect(localizations.previousPageTooltip, isNotNull);
25 expect(localizations.showMenuTooltip, isNotNull);
26 expect(localizations.licensesPageTitle, isNotNull);
27 expect(localizations.rowsPerPageTitle, isNotNull);
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dbanner_test.dart42 expect(translateCommand, isNotNull);
50 expect(rotateCommand, isNotNull);
70 expect(translateCommand, isNotNull);
78 expect(rotateCommand, isNotNull);
98 expect(translateCommand, isNotNull);
106 expect(rotateCommand, isNotNull);
126 expect(translateCommand, isNotNull);
134 expect(rotateCommand, isNotNull);
154 expect(translateCommand, isNotNull);
162 expect(rotateCommand, isNotNull);
[all …]
Ddefault_text_style_test.dart23 expect(text, isNotNull);
36 expect(text, isNotNull);
64 expect(text1, isNotNull);
82 expect(text2, isNotNull);
92 expect(text3, isNotNull);
Dpage_storage_test.dart30 expect(PageStorage.of(builderElement), isNotNull);
62 expect(PageStorage.of(builderElement), isNotNull);
71 expect(PageStorage.of(builderElement), isNotNull);
Drender_object_widget_test.dart51 expect(element, isNotNull);
59 expect(element, isNotNull);
71 expect(element, isNotNull);
76 expect(renderObject.child, isNotNull);
87 expect(element, isNotNull);
Deditable_text_utils.dart12 expect(root, isNotNull);
23 expect(renderEditable, isNotNull);
Dscroll_behavior_test.dart48 expect(behavior, isNotNull);
63 expect(behavior, isNotNull);
Dscroll_notification_test.dart30 expect(start.dragDetails, isNotNull);
38 expect(update.dragDetails, isNotNull);
47 expect(end.dragDetails, isNotNull);
Dbuild_scope_test.dart168 expect(tester.takeException(), isNotNull);
211 expect(state.built, isNotNull);
224 expect(state.built, isNotNull);
/third_party/flutter/engine/flutter/testing/dart/
Dwindow_hooks_integration_test.dart142 expect(runZone, isNotNull);
161 expect(runZone, isNotNull);
180 expect(runZone, isNotNull);
197 expect(runZone, isNotNull);
215 expect(runZone, isNotNull);
234 expect(runZone, isNotNull);
253 expect(runZone, isNotNull);
255 expect(enabled, isNotNull);
275 expect(runZone, isNotNull);
295 expect(runZone, isNotNull);
[all …]
Dplugin_utilities_test.dart23 expect(hTop, isNotNull);
27 expect(topClosure, isNotNull);
32 expect(hGetInt, isNotNull);
36 expect(getIntClosure, isNotNull);
Dgradient_test.dart18 isNotNull,
36 isNotNull);
51 isNotNull);
Dpath_test.dart119 expect(simpleHorizontalMetrics.iterator.current, isNotNull);
125 expect(posTan, isNotNull);
136 expect(simpleMetricsClosed.iterator.current, isNotNull);
167 expect(multiContourMetric.iterator.current, isNotNull);
170 expect(multiContourMetric.iterator.current, isNotNull);
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dbox_test.dart58 expect(result, isNotNull);
96 expect(result, isNotNull);
152 expect(result, isNotNull);
174 expect(result, isNotNull);
393 expect(result, isNotNull);
418 expect(result, isNotNull);
446 expect(result, isNotNull);
471 expect(result, isNotNull);
499 expect(result, isNotNull);
524 expect(result, isNotNull);
[all …]
Dpaint_error_test.dart25 expect(errorDetails, isNotNull);
26 expect(errorDetails.stack, isNotNull);
74 expect(flutterError, isNotNull);
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dgradient_test.dart18 isNotNull,
36 isNotNull);
51 isNotNull);
/third_party/flutter/flutter/dev/integration_tests/external_ui/test_driver/
Dmain_test.dart36 expect(matchCalibration, isNotNull);
46 expect(matchSlow, isNotNull);
58 expect(matchFast, isNotNull);
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_sdk_test.dart44 expect(sdk.latestVersion, isNotNull);
55 expect(sdk.latestVersion, isNotNull);
78 environment: argThat(isNotNull, named: 'environment')))
110 environment: argThat(isNotNull, named: 'environment')))
155 expect(sdk.ndk, isNotNull);
189 expect(sdk.ndk, isNotNull);
Dandroid_studio_test.dart64 expect(studio, isNotNull);
83 expect(studio, isNotNull);
112 expect(studio, isNotNull);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js72 this.isNotNull = function (...args) { method
230 this.isNotNull = function (...args) { method

12345