Mercurial > silverbladetech
comparison SilverlightValidation/SilverlightValidation.Tests.NUnit/ViewModels/ViewModelBaseFixture.cs @ 107:572886951353
Working tests under StatLight
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 06 May 2012 16:09:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
106:62477c2e8837 | 107:572886951353 |
---|---|
1 using System; | |
2 using System.Collections.Generic; | |
3 using System.ComponentModel; | |
4 using NUnit.Framework; | |
5 | |
6 namespace SilverlightValidation.Tests.ViewModels | |
7 { | |
8 [TestFixture] | |
9 class ViewModelBaseFixture | |
10 { | |
11 | |
12 } | |
13 } |