I have a dispatch timer in my application.It is called in an event, but here we are not calling it. I need to get that from unit test.
When i went through google, I got as "It's best if you can avoid Dispatcher Timer in your system under test".
Can i get any suggestions!!
instead of using a Dispatcher Timer, it works fine with an ordinary Timer. But Dispatcher Timer never fires.