Mercurial > silverbladetech
comparison SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserListViewModel.cs @ 94:be4d751f6bff
Unit test project added
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 10:49:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
93:03272bcb3cc0 | 94:be4d751f6bff |
---|---|
1 | |
2 using NUnit.Framework; | |
3 | |
4 namespace SilverlightValidation.Tests.ViewModels | |
5 { | |
6 [TestFixture] | |
7 public class UserListViewModelTests | |
8 { | |
9 [Test] | |
10 public void Given_When_Then() | |
11 { | |
12 Assert.True(true); | |
13 } | |
14 } | |
15 } |