Skip to content

Instantly share code, notes, and snippets.

@Hameds
Created November 2, 2017 09:53
Show Gist options
  • Select an option

  • Save Hameds/858d113a11dcad884f10e077b35f68ed to your computer and use it in GitHub Desktop.

Select an option

Save Hameds/858d113a11dcad884f10e077b35f68ed 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