I have a spring webflow that I would like to test that certain values make it to the model that gets handed to the end-state. During the flow I would just check the flowscope variables, but after the flow is complete these are no longer available. Is there another way to test the data that is populated in the model after the flow has ended?
I was using this to create the test but it only covers testing during the flow.