Skip to content

Instantly share code, notes, and snippets.

@tiago-aguiar-moreira
Created October 19, 2022 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiago-aguiar-moreira/9991d57d5199de4a94b7878dbbf251dd to your computer and use it in GitHub Desktop.
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
[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