Class org.springframework.context.annotation.Spr12278Tests

3

tests

0

failures

0

ignored

0.035s

duration

100%

successful

Tests

Test Duration Result
componentSingleConstructor 0.009s passed
componentTwoConstructorsNoHint 0.021s passed
componentTwoSpecificConstructorsNoHint 0.005s passed

Standard output

16:45:41.820 [Test worker] WARN  org.springframework.context.annotation.AnnotationConfigApplicationContext - Exception  encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'spr12278Tests.TwoSpecificConstructorsComponent': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.context.annotation.Spr12278Tests$TwoSpecificConstructorsComponent]: No default constructor found; nested exception is java.lang.NoSuchMethodException: org.springframework.context.annotation.Spr12278Tests$TwoSpecificConstructorsComponent.<init>()