I'm trying to unit test a custom WPF control using NUnit. The control is a ListView of buttons, bound to a list (the DataContext is set up in the control's constructor).I'm trying to unit test a custom WPF control us
I'm trying to unit test a custom WPF control using NUnit. The control is a ListView of buttons, bound to a list (the DataContext is set up in the control's constructor).I'm trying to unit test a custom WPF control us