Class org.springframework.context.support.SerializableBeanFactoryMemoryLeakTests
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?