spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Improve BeanFactoryExtensionsTests

Open quaff opened this issue 8 months ago • 0 comments

Comparing to Java's BeanFactory.getBean(Class<T> requiredType), Kotlin's BeanFactory.getBean<T>() supports generic type as T, this commit add test to cover that and add assertions.

quaff avatar Apr 01 '25 04:04 quaff