Skip to content

Instantly share code, notes, and snippets.

@Kevin-Bronsdijk
Created August 16, 2020 04:50
Show Gist options
  • Save Kevin-Bronsdijk/268da711615641a6a98f325b70e3e15e to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/268da711615641a6a98f325b70e3e15e to your computer and use it in GitHub Desktop.
[Test]
public void Example1_GetProducts_WhenPassingAValidCategory_ThenShouldReturnProducts()
{
// arrange act assert
Assert.IsTrue(GetProducts_WhenPassingAValidCategoryAndTheRepositoryIsAbleToReturnProducts_ThenShouldReturnProducts());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment