SingleBeanDependencyResolverTest

5

tests

0

failures

0

ignored

0.010s

duration

100%

successful

Tests

Test Method name Duration Result
BeanFactory에서 빈을 찾을 수 없으면 예외를 전파한다 resolve_beanNotFound_propagatesException() 0.006s passed
BeanFactory에서 타입으로 빈을 조회한다 resolve_fetchesFromBeanFactory() 0.001s passed
다양한 타입의 빈을 해결할 수 있다 resolve_variousTypes() 0.002s passed
List 타입은 지원하지 않는다 supports_listType() 0s passed
List가 아닌 모든 타입을 지원한다 supports_nonListTypes() 0.001s passed