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

Method removesEvenNumbers

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

Source from the content-addressed store, hash-verified

47 }
48
49 @Test
50 void removesEvenNumbers() {
51 Integer[] values = {22, 23};
52 assertThat(removeValues(values, number -> number % 2 == 0, Integer.class)).containsExactly(23);
53 }
54
55 @Test
56 void emptyValueOf() throws Exception {

Callers

nothing calls this directly

Calls 2

removeValuesMethod · 0.80
assertThatMethod · 0.45

Tested by

no test coverage detected