Mercurial > silverbladetech
diff SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseTests.cs @ 97:1adc1ae981ea
Tests added to SilverlightValidation.Tests
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 16:39:00 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseTests.cs Sat May 05 16:39:00 2012 +0100 @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using NUnit.Framework; + +namespace SilverlightValidation.Tests.ViewModels +{ + [TestFixture] + class ViewModelBaseTests + { + + } +}