Created
October 19, 2022 00:05
-
-
Save tiago-aguiar-moreira/9991d57d5199de4a94b7878dbbf251dd to your computer and use it in GitHub Desktop.
Primeiros testes unitários em C# com xUnit (parte 1) - Organização do método de teste
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
[Fact] | |
public void Test1() | |
{ | |
//arrange | |
//act | |
//assert | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment