dotnetcatch.com
Unit Testing the Setting of MediaElementState in Silverlight
I recently had the need to change the state of a MediaElement to coincide with other page functionality. You can easily change the state of a MediaElement from the code-behind but you can’t unit t…