Created
November 2, 2017 09:53
-
-
Save Hameds/858d113a11dcad884f10e077b35f68ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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