Class org.springframework.context.support.SerializableBeanFactoryMemoryLeakTests

4

tests

0

failures

0

ignored

0.004s

duration

100%

successful

Tests

Test Duration Result
abstractRefreshableContext 0s passed
abstractRefreshableContextWithMisconfiguredBean 0.004s passed
genericContext 0s passed
genericContextWithMisconfiguredBean 0s passed

Standard output

16:45:53.507 [Test worker] WARN  org.springframework.context.support.SerializableBeanFactoryMemoryLeakTests$1 - Exception  encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'misconfigured': Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'nonexistent' of bean class [java.lang.Object]: Bean property 'nonexistent' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
16:45:53.507 [Test worker] WARN  org.springframework.context.support.GenericApplicationContext - Exception  encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'misconfigured': Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'nonexistent' of bean class [java.lang.Object]: Bean property 'nonexistent' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?