Skip to content

Instantly share code, notes, and snippets.

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

  • Save Hameds/699f163e8cdb10966aca327ed9e13d9c to your computer and use it in GitHub Desktop.

Select an option

Save Hameds/699f163e8cdb10966aca327ed9e13d9c to your computer and use it in GitHub Desktop.
[TestFixture]
class OrderServiceTests
{
private OrderService _orderService;
[TestFixtureSetUp]
public void SetupTestFixture()
{
_orderService = new OrderService();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment