return methods.stream().map(Method::getName).anyMatch(methodName::equals); | return methods.stream().map(Method::getName).collect(toList()); | methods.stream().map(Method::getName).anyMatch(methodName::equals) | methods.stream().map(Method::getName).collect(toList()) | junit5 | ecf38a9c407a96a4510ae3577a5f5dcec3866bc5 | org.junit.jupiter.engine.descriptor.LifecycleMethodUtilsTests | | | v0 | methods.stream().map(Method::getName) |
---|
| | v0 | methods.stream().map(Method::getName) |
---|
| Returns | False |