Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java75 assertThat(bundle.getCharArray("foo")).isNull(); in getWrongType()
77 assertThat(bundle.getIntArray("foo")).isNull(); in getWrongType()
78 assertThat(bundle.getIntegerArrayList("foo")).isNull(); in getWrongType()
80 assertThat(bundle.getShortArray("foo")).isNull(); in getWrongType()
82 assertThat(bundle.getBooleanArray("foo")).isNull(); in getWrongType()
84 assertThat(bundle.getLongArray("foo")).isNull(); in getWrongType()
85 assertThat(bundle.getFloatArray("foo")).isNull(); in getWrongType()
87 assertThat(bundle.getDoubleArray("foo")).isNull(); in getWrongType()
88 assertThat(bundle.getString("foo")).isNull(); in getWrongType()
89 assertThat(bundle.getStringArray("foo")).isNull(); in getWrongType()
[all …]
DShadowCookieManagerTest.java62 assertThat(cookieManager.getCookie(".bar.com")).isNull(); in shouldNotGetCookieForHostNotInDomain()
90 assertThat(cookieManager.getCookie("foo")).isNull(); in shouldRecordAcceptCookie()
91 assertThat(cookieManager.getCookie("baz")).isNull(); in shouldRecordAcceptCookie()
107 assertThat(cookieManager.getCookie(url)).isNull(); in shouldGetNullWhenCookieIsNotPresent()
113 assertThat(cookieManager.getCookie("http://google.com")).isNull(); in shouldGetNullWhenCookieIsNotPresentInUrl()
172 assertThat(cookieManager.getCookie(url)).isNull(); in shouldRemoveAllCookie()
198 assertThat(cookieManager.getCookie(url)).isNull(); in shouldIgnoreCookiesSetInThePast()
199 assertThat(cookieManager.getCookie(url2)).isNull(); in shouldIgnoreCookiesSetInThePast()
214 assertThat(cookieManager.getCookie("")).isNull(); in shouldIgnoreEmptyURLs()
DShadowCameraTest.java114 assertThat(callback.camera).isNull(); in testSetPreviewCallbacks()
115 assertThat(callback.data).isNull(); in testSetPreviewCallbacks()
127 assertThat(callback.camera).isNull(); in testSetOneShotPreviewCallbacks()
128 assertThat(callback.data).isNull(); in testSetOneShotPreviewCallbacks()
140 assertThat(callback.camera).isNull(); in testPreviewCallbacksWithBuffers()
141 assertThat(callback.data).isNull(); in testPreviewCallbacksWithBuffers()
153 assertThat(callback.camera).isNull(); in testClearPreviewCallback()
154 assertThat(callback.data).isNull(); in testClearPreviewCallback()
160 assertThat(callback.camera).isNull(); in testClearPreviewCallback()
161 assertThat(callback.data).isNull(); in testClearPreviewCallback()
[all …]
DShadowAlarmManagerTest.java103 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in set_shouldRegisterAlarm()
112 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in set_shouldRegisterAlarm_forApi24()
121 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setAndAllowWhileIdle_shouldRegisterAlarm()
130 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setExactAndAllowWhileIdle_shouldRegisterAlarm()
139 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setExact_shouldRegisterAlarm_forApi19()
148 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setExact_shouldRegisterAlarm_forApi124()
157 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setWindow_shouldRegisterAlarm_forApi19()
166 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setWindow_shouldRegisterAlarm_forApi24()
174 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in setRepeating_shouldRegisterAlarm()
209 assertThat(shadowAlarmManager.getNextScheduledAlarm()).isNull(); in shouldSupportGetNextScheduledAlarm()
[all …]
DShadowListPreferenceTest.java28 assertThat(listPreference.getEntries()).isNull(); in shouldHaveEntries()
35 assertThat(listPreference.getEntries()).isNull(); in shouldSetEntriesByResourceId()
44 assertThat(listPreference.getEntryValues()).isNull(); in shouldHaveEntryValues()
51 assertThat(listPreference.getEntryValues()).isNull(); in shouldSetEntryValuesByResourceId()
58 assertThat(listPreference.getValue()).isNull(); in shouldSetValue()
DShadowWebViewTest.java43 assertThat(shadowOf(webView).getLastAdditionalHttpHeaders()).isNull(); in shouldRecordLastLoadedUrlForRequestWithAdditionalHeaders()
85 assertThat(shadowOf(webView).getWebViewClient()).isNull(); in shouldRecordWebViewClient()
93 assertThat(shadowOf(webView).getWebChromeClient()).isNull(); in shouldRecordWebChromeClient()
103 assertThat(shadowOf(webView).getJavascriptInterface(name)).isNull(); in shouldRecordJavascriptInteraces()
198 assertThat(webView.getOriginalUrl()).isNull(); in getOriginalUrl()
206 assertThat(webView.getUrl()).isNull(); in getUrl()
214 assertThat(shadowOf(webView).getLastEvaluatedJavascript()).isNull(); in evaluateJavascript()
242 assertThat(webView.getLayoutParams()).isNull(); in shouldReturnPreviouslySetLayoutParams()
283 assertThat(historyList).isNull(); in shouldReturnNullFromRestoreStateIfNoHistoryAvailable()
292 assertThat(historyList.getCurrentItem()).isNull(); in shouldCopyBackForwardListWhenEmpty()
[all …]
DShadowSmsManagerTest.java41 assertThat(params.getSentIntent()).isNull(); in sendTextMessage_shouldStoreLastSentTextParameters()
42 assertThat(params.getDeliveryIntent()).isNull(); in sendTextMessage_shouldStoreLastSentTextParameters()
63 assertThat(params.getSentIntents()).isNull(); in sendMultipartMessage_shouldStoreLastSendMultimediaParameters()
64 assertThat(params.getDeliveryIntents()).isNull(); in sendMultipartMessage_shouldStoreLastSendMultimediaParameters()
108 assertThat(shadowOf(smsManager).getLastSentDataMessageParams()).isNull(); in clearLastSentDataMessageParams_shouldClearParameters()
117 assertThat(shadowOf(smsManager).getLastSentTextMessageParams()).isNull(); in clearLastSentTextMessageParams_shouldClearParameters()
126 assertThat(shadowOf(smsManager).getLastSentMultipartTextMessageParams()).isNull(); in clearLastSentMultipartTextMessageParams_shouldClearParameters()
DShadowPendingIntentTest.java277 assertThat(PendingIntent.getActivity(context, 99, intent, FLAG_NO_CREATE)).isNull(); in getActivity_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists()
284 assertThat(PendingIntent.getActivity(context, 98, intent, FLAG_NO_CREATE)).isNull(); in getActivity_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
313 assertThat(pendingIntent).isNull(); in getActivities_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists()
320 assertThat(PendingIntent.getActivities(context, 98, intents, FLAG_NO_CREATE)).isNull(); in getActivities_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
350 assertThat(pendingIntent).isNull(); in getBroadcast_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists()
357 assertThat(PendingIntent.getBroadcast(context, 98, intent, FLAG_NO_CREATE)).isNull(); in getBroadcast_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
386 assertThat(pendingIntent).isNull(); in getService_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists()
393 assertThat(PendingIntent.getService(context, 98, intent, FLAG_NO_CREATE)).isNull(); in getService_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
424 assertThat(pendingIntent).isNull(); in getForegroundService_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists()
432 assertThat(PendingIntent.getForegroundService(context, 98, intent, FLAG_NO_CREATE)).isNull(); in getForegroundService_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
[all …]
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DCurrentSpanUtilsTest.java71 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in getCurrentSpan_WhenNoContext()
76 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in getCurrentSpan()
84 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in getCurrentSpan()
89 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpan_CloseDetaches()
96 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpan_CloseDetaches()
102 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpan_CloseDetachesAndEndsSpan()
109 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpan_CloseDetachesAndEndsSpan()
115 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpanRunnable()
126 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpanRunnable()
131 assertThat(CurrentSpanUtils.getCurrentSpan()).isNull(); in withSpanRunnable_EndSpan()
[all …]
/external/mockito/src/test/java/org/mockitousage/jls/
DJLS_15_12_2_5Test.java18 import static org.mockito.ArgumentMatchers.isNull;
57 when(mock.oneArg(isNull())).thenReturn("ok"); in with_single_arg()
69 when(mock.oneArg((String) isNull())).thenReturn("ok"); in with_single_arg_and_matcher_cast()
78 when(mock.oneArg(isNull())).thenReturn("ok"); in with_single_arg_and_null_Object_reference()
88 when(mock.varargs(isNull())).thenReturn("ok"); in with_variable_arg()
100 when(mock.varargs((String) isNull())).thenReturn("ok"); in with_variable_arg_and_matcher_String_cast()
109 when(mock.varargs((String[]) isNull())).thenReturn("ok"); in with_variable_arg_and_matcher_String_array_cast()
118 when(mock.varargs(isNull())).thenReturn("ok"); in with_variable_arg_and_null_Object_array()
128 when(mock.varargs(isNull())).thenReturn("ok"); in with_variable_arg_and_null_Object_arg()
191 when(mock.oneArg(isNull())).thenReturn("ok"); in with_single_arg()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DJsonNodeFactoryTest.java21 assertTrue(f.numberNode((Byte) null).isNull()); in testSimpleCreation()
23 assertTrue(f.numberNode((Short) null).isNull()); in testSimpleCreation()
25 assertTrue(f.numberNode((Integer) null).isNull()); in testSimpleCreation()
27 assertTrue(f.numberNode((Long) null).isNull()); in testSimpleCreation()
29 assertTrue(f.numberNode((Float) null).isNull()); in testSimpleCreation()
31 assertTrue(f.numberNode((Double) null).isNull()); in testSimpleCreation()
33 assertTrue(f.numberNode((BigDecimal) null).isNull()); in testSimpleCreation()
35 assertTrue(f.numberNode((BigInteger) null).isNull()); in testSimpleCreation()
/external/llvm-project/llvm/unittests/ADT/
DPointerUnionTest.cpp62 EXPECT_FALSE(a.isNull()); in TEST_F()
63 EXPECT_FALSE(b.isNull()); in TEST_F()
64 EXPECT_TRUE(n.isNull()); in TEST_F()
78 EXPECT_FALSE(i3.isNull()); in TEST_F()
79 EXPECT_FALSE(f3.isNull()); in TEST_F()
80 EXPECT_FALSE(l3.isNull()); in TEST_F()
81 EXPECT_FALSE(i4.isNull()); in TEST_F()
82 EXPECT_FALSE(f4.isNull()); in TEST_F()
83 EXPECT_FALSE(l4.isNull()); in TEST_F()
84 EXPECT_FALSE(d4.isNull()); in TEST_F()
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DRegularFileBlocksTest.java51 assertThat(file.getBlock(0)).isNull(); in testInitialState()
60 assertThat(file.getBlock(1)).isNull(); in testAddAndGet()
66 assertThat(file.getBlock(2)).isNull(); in testAddAndGet()
81 assertThat(file.getBlock(2)).isNull(); in testTruncate()
82 assertThat(file.getBlock(3)).isNull(); in testTruncate()
87 assertThat(file.getBlock(0)).isNull(); in testTruncate()
132 assertThat(file.getBlock(0)).isNull(); in testTransferTo()
141 assertThat(other.getBlock(2)).isNull(); in testTransferTo()
143 assertThat(file.getBlock(1)).isNull(); in testTransferTo()
/external/mockito/src/test/java/org/mockitousage/bugs/
DCompareMatcherTest.java43 assertThat(mock.forInteger(null)).isNull();// a default value must be returned in compareNullArgument()
53 assertThat(mock.forObject(NOT_A_COMPARABLE)).isNull();// a default value must be returned in compareToNonCompareable()
63 assertThat(mock.forInteger(null)).isNull();// a default value must be returned in compareToNull()
73 assertThat(mock.forObject(123)).isNull();// a default value must be returned in compareToStringVsInt()
105 assertThat(mock.forObject(123)).isNull(); in matchesOverloadsMustBeIgnored()
119 assertThat(mock.forObject(123)).isNull(); in matchesWithSubTypeExtendingGenericClass()
132 assertThat(mock.forObject(123)).isNull(); in matchesWithSubTypeGenericMethod()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupportTest.java109 assertThat(support.getMoveTarget("__/java/util/Existing", "matchesnot")).isNull(); in testMoveTarget()
110 assertThat(support.getMoveTarget("__/java/util/ExistingOther", "match")).isNull(); in testMoveTarget()
165 .isNull(); in testGetCoreInterfaceRewritingTarget_emulatedDefaultMethod()
237 .isNull(); in testGetCoreInterfaceRewritingTarget_abstractMethod()
245 .isNull(); in testGetCoreInterfaceRewritingTarget_abstractMethod()
273 .isNull(); // putIfAbsent is default in Map but abstract in ConcurrentMap in testGetCoreInterfaceRewritingTarget_emulatedDefaultOverride()
327 .isNull(); in testGetCoreInterfaceRewritingTarget_renamed()
335 .isNull(); in testGetCoreInterfaceRewritingTarget_renamed()
345 .isNull(); in testGetCoreInterfaceRewritingTarget_renamed()
374 .isNull(); in testGetCoreInterfaceRewritingTarget_renamed()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DShadowWranglerUnitTest.java33 assertThat(handler.call(null, null, new Object[0])).isNull(); in getInterceptionHandler_whenCallIsNotRecognized_shouldReturnDoNothingHandler()
66 assertThat(result).isNull(); in intercept_elderOnLinkedHashMapHandler_shouldReturnNullForEmptyMap()
73 …Wrangler(shadowMap, 18, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowClassWithSdkRange()
76 …Wrangler(shadowMap, 23, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowClassWithSdkRange()
83 …Wrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowMethodWithSdkRange()
86 …Wrangler(shadowMap, 21, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowMethodWithSdkRange()
93 …Wrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowMethodWithMinSdk()
108 …Wrangler(shadowMap, 21, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowMethodWithMaxSdk()
115 …Wrangler(shadowMap, 19, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowConstructor()
118 …Wrangler(shadowMap, 21, interceptors).methodInvoked(methodName, false, DummyClass.class)).isNull(); in shadowConstructor()
[all …]
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverStatsConfigurationTest.java66 assertThat(configuration.getCredentials()).isNull(); in testBuild_Default()
67 assertThat(configuration.getProjectId()).isNull(); in testBuild_Default()
68 assertThat(configuration.getExportInterval()).isNull(); in testBuild_Default()
69 assertThat(configuration.getMonitoredResource()).isNull(); in testBuild_Default()
70 assertThat(configuration.getMetricNamePrefix()).isNull(); in testBuild_Default()
/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
DGrpcServerRuleTest.java142 assertThat(grpcServerRule.getChannel()).isNull(); in serverAndChannelAreShutdownAfterRule()
143 assertThat(grpcServerRule.getServer()).isNull(); in serverAndChannelAreShutdownAfterRule()
144 assertThat(grpcServerRule.getServerName()).isNull(); in serverAndChannelAreShutdownAfterRule()
145 assertThat(grpcServerRule.getServiceRegistry()).isNull(); in serverAndChannelAreShutdownAfterRule()
158 assertThat(grpcServerRule.getChannel()).isNull(); in serverAndChannelAreShutdownAfterRule()
159 assertThat(grpcServerRule.getServer()).isNull(); in serverAndChannelAreShutdownAfterRule()
160 assertThat(grpcServerRule.getServerName()).isNull(); in serverAndChannelAreShutdownAfterRule()
161 assertThat(grpcServerRule.getServiceRegistry()).isNull(); in serverAndChannelAreShutdownAfterRule()
/external/exoplayer/tree/library/common/src/test/java/com/google/android/exoplayer2/util/
DParsableByteArrayTest.java413 assertThat(parser.readLine()).isNull(); in readEmptyString()
427 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedStringWithLengths()
438 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedStringWithLengths()
443 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedStringWithLengths()
448 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedStringWithLengths()
462 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedString()
467 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedString()
472 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedString()
483 assertThat(parser.readNullTerminatedString()).isNull(); in readNullTerminatedStringWithoutEndingNull()
493 assertThat(parser.readLine()).isNull(); in readSingleLineWithoutEndingTrail()
[all …]
/external/llvm-project/clang/include/clang/AST/
DDeclContextInternals.h68 bool isNull() const { return Data.isNull(); } in isNull() function
107 assert(!isNull() && "removing from empty list"); in remove()
126 if (isNull()) { in removeExternalDecls()
144 if (isNull()) in getLookupResult()
149 assert(!isNull() && "Empty list isn't allowed"); in getLookupResult()
190 assert(!isNull() && "don't AddSubsequentDecl when we have no decls"); in AddSubsequentDecl()
/external/icu/icu4c/source/i18n/
Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DMediaSourceListTest.java22 import static org.mockito.ArgumentMatchers.isNull;
87 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in prepareAndReprepareAfterRelease_expectSourcePreparationAfterMediaSourceListPrepare()
90 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in prepareAndReprepareAfterRelease_expectSourcePreparationAfterMediaSourceListPrepare()
97 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in prepareAndReprepareAfterRelease_expectSourcePreparationAfterMediaSourceListPrepare()
100 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in prepareAndReprepareAfterRelease_expectSourcePreparationAfterMediaSourceListPrepare()
107 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in prepareAndReprepareAfterRelease_expectSourcePreparationAfterMediaSourceListPrepare()
110 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in prepareAndReprepareAfterRelease_expectSourcePreparationAfterMediaSourceListPrepare()
171 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in setMediaSources_mediaSourceListPrepared_notUsingLazyPreparation()
174 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in setMediaSources_mediaSourceListPrepared_notUsingLazyPreparation()
190 any(MediaSource.MediaSourceCaller.class), /* mediaTransferListener= */ isNull()); in setMediaSources_mediaSourceListPrepared_notUsingLazyPreparation()
[all …]
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DSinglePeriodTimelineTest.java49 assertThat(position).isNull(); in getPeriodPositionDynamicWindowUnknownDuration()
73 assertThat(position).isNull(); in getPeriodPositionDynamicWindowKnownDuration()
95 assertThat(timeline.getWindow(/* windowIndex= */ 0, window).tag).isNull(); in setNullTag_returnsNullTag_butUsesDefaultUid()
96 assertThat(timeline.getPeriod(/* periodIndex= */ 0, period, /* setIds= */ false).id).isNull(); in setNullTag_returnsNullTag_butUsesDefaultUid()
97 assertThat(timeline.getPeriod(/* periodIndex= */ 0, period, /* setIds= */ true).id).isNull(); in setNullTag_returnsNullTag_butUsesDefaultUid()
98 assertThat(timeline.getPeriod(/* periodIndex= */ 0, period, /* setIds= */ false).uid).isNull(); in setNullTag_returnsNullTag_butUsesDefaultUid()
/external/clang/include/clang/AST/
DDeclContextInternals.h67 bool isNull() const { return Data.isNull(); } in isNull() function
106 assert(!isNull() && "removing from empty list"); in remove()
126 if (isNull()) { in removeExternalDecls()
144 if (isNull()) in getLookupResult()
149 assert(!isNull() && "Empty list isn't allowed"); in getLookupResult()
191 assert(!isNull() && "don't AddSubsequentDecl when we have no decls"); in AddSubsequentDecl()
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DOcAgentTraceExporterConfigurationTest.java34 assertThat(configuration.getEndPoint()).isNull(); in defaultConfiguration()
35 assertThat(configuration.getServiceName()).isNull(); in defaultConfiguration()
36 assertThat(configuration.getUseInsecure()).isNull(); in defaultConfiguration()
37 assertThat(configuration.getRetryInterval()).isNull(); in defaultConfiguration()

12345678910>>...43