comparison SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseFixture.cs @ 102:db05a55e3536

INPC tests added
author stevenhollidge <stevenhollidge@hotmail.com>
date Sun, 06 May 2012 12:13:29 +0100
parents SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseTests.cs@1adc1ae981ea
children 572886951353
comparison
equal deleted inserted replaced
101:2372846797f0 102:db05a55e3536
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 }