comparison SilverlightValidation/SilverlightValidation.Tests/ViewModels/UserListViewModelTests.cs @ 96:188f8b366e87

Unit test project correctly setup as normal class library DLL.
author stevenhollidge <stevenhollidge@hotmail.com>
date Sat, 05 May 2012 13:29:56 +0100
parents
children
comparison
equal deleted inserted replaced
95:64e9903703a3 96:188f8b366e87
1 using System;
2 using NUnit.Framework;
3
4 namespace SilverlightValidation.Tests.ViewModels
5 {
6 [TestFixture]
7 class UserListViewModelTests
8 {
9 [Test]
10 public void Given_When_Then()
11 {
12 Assert.True(true);
13 }
14 }
15 }