Skip to content

Instantly share code, notes, and snippets.

@JamesBender
Created October 2, 2013 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesBender/6790780 to your computer and use it in GitHub Desktop.
Save JamesBender/6790780 to your computer and use it in GitHub Desktop.
using System;
using System.Linq;
using NUnit.Framework;
namespace TddStore.UnitTests
{
[TestFixture]
class OrderServiceTests
{
[Test]
public void WhenUserPlacesACorrectOrderThenAnOrderNumberShouldBeReturned()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment