ConstructorBasedInstantiationStrategyTest

7

tests

0

failures

0

ignored

0.208s

duration

100%

successful

Tests

Test Method name Duration Result
Configuration 클래스는 CGLIB 프록시를 생성한다 instantiate_configurationProxy() 0.123s passed
생성자 호출 실패 시 예외를 발생시킨다 instantiate_constructorThrowsException() 0.078s passed
인자가 없는 생성자로 빈을 생성한다 instantiate_noArgConstructor() 0.002s passed
private 생성자도 접근하여 빈을 생성한다 instantiate_privateConstructor() 0.001s passed
의존성이 있는 생성자로 빈을 생성한다 instantiate_withDependencies() 0.002s passed
CONSTRUCTOR 생성 방식을 지원한다 supports_constructor() 0.002s passed
FACTORY_METHOD 생성 방식을 지원하지 않는다 supports_factoryMethod() 0s passed