How can a JavaBean be tested for deep not null?
I have a JavaBean with about 400 properties. MyBatis fetches the data from a database and uses a Result Map to initialize the JavaBean. What I'm looking to do is test the Result Map for correctness. The first step I'm considering is to test for deep not null.