Created
August 16, 2020 04:50
-
-
Save Kevin-Bronsdijk/268da711615641a6a98f325b70e3e15e 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
[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