Mercurial > silverbladetech
view 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 |
line wrap: on
line source
using System; using System.Collections.Generic; using System.ComponentModel; using NUnit.Framework; namespace SilverlightValidation.Tests.ViewModels { [TestFixture] class ViewModelBaseFixture { } }