When writing unit tests for the Silverlight application, its
important to write the unit test for the value converters so that you
could test whether converters are working fine or not as Value
Converters are most commonly used in Silverlight applications. IValueConverter
interface exposes two methods...
Posted to
NadeemIqbal's Blog
(Weblog)
by
niqbal
on
01-02-2009, 12:00 AM
Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, WPF, SilverLight, unit test, unit test framework