MCPcopy Index your code
hub / github.com/OpenFeign/feign / nullMap

Method nullMap

core/src/test/java/feign/UtilTest.java:310–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 }
309
310 @Test
311 void nullMap() {
312 // Act
313 Map<String, Collection<String>> actualMap = caseInsensitiveCopyOf(null);
314 // Assert result
315 assertThat(actualMap).isNotNull().isEmpty();
316 }
317
318 interface LastTypeParameter {
319 List<String> LIST_STRING = null;

Callers

nothing calls this directly

Calls 3

caseInsensitiveCopyOfMethod · 0.80
isEmptyMethod · 0.80
assertThatMethod · 0.45

Tested by

no test coverage detected