How to unit test a xaml action with persistence in WF 4.0

I have a xaml activity with a Delay activity inside it. So when the activity reaches latency, it goes into sleep mode and then gets over. How do I write a unit test to show persistence of XAML activity?

+3


source to share


1 answer


If you scroll down this page , you will see the heading Memory> - Example as a unit test persistence. If you download the examples, you'll also find great code to help with this.



+2


source







All Articles