ApplicationBeanPhaseTest

9

tests

0

failures

0

ignored

0.099s

duration

100%

successful

Tests

Test Method name Duration Result
애플리케이션 빈을 생성하고 postProcessListInjections를 호출한다 execute_createsBeansAndPostProcesses() 0.002s passed
BeanGraph를 통한 위상 정렬 순서대로 빈을 생성한다 execute_createsBeansinTopologicalOrder() 0.002s passed
단일 애플리케이션 빈을 생성한다 execute_createsSingleBean() 0.002s passed
Infrastructure 빈은 생성하지 않는다 execute_doesNotCreateInfrastructureBeans() 0.004s passed
postProcessListInjections는 빈 생성 후에 호출된다 execute_postProcessesAfterBeanCreation() 0.081s passed
BeanFactory가 DefaultListableBeanFactory가 아니면 예외를 발생시킨다 execute_throwsExceptionIfNotDefaultListableBeanFactory() 0.003s passed
애플리케이션 빈이 없어도 정상 동작한다 execute_withEmptyAppDefs() 0.003s passed
Phase 이름을 반환한다 getName() 0.001s passed
order는 300이다 getOrder() 0.001s passed

Standard output

{service=0}
{bean1=0, bean2=0}
{controller=0, service=0, repository=0}
{appBean=0}
{service=0}
{}