How can I force WPF to make data bindings without showing the window?
- by Alexandru Bolboaca
I want to unit test a WPF application and one scenario is to check that data bindings are correct. The simple way to do that would be to create the form, force it to bind to data and then compare the values from the controls with the expected ones. Is there any way to do that?