Mercurial > silverbladetech
view SilverlightValidation/SilverlightValidation.Tests/ViewModels/ViewModelBaseFixture.cs @ 106:62477c2e8837
Command tests
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 06 May 2012 13:00:46 +0100 |
parents | db05a55e3536 |
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 { } }