ListBeanDependencyResolverTest

6

tests

0

failures

0

ignored

0.067s

duration

100%

successful

Tests

Test Method name Duration Result
생성된 List는 mutable하다 resolve_createdListIsMutable() 0.061s passed
빈 List를 생성하고 pending 목록에 등록한다 resolve_createsEmptyListAndRegistersPending() 0.001s passed
제네릭 타입을 올바르게 추출한다 resolve_extractsGenericType() 0.001s passed
여러 번 호출하면 각각 다른 List와 PendingListInjection을 생성한다 resolve_multipleCallsCreateSeparateInstances() 0.003s passed
List 타입을 지원한다 supports_listType() 0s passed
List가 아닌 타입은 지원하지 않는다 supports_nonListType() 0.001s passed