Skip to content

Instantly share code, notes, and snippets.

@pazteddy
Created December 9, 2025 16:29
Show Gist options
  • Select an option

  • Save pazteddy/976c57c994f7abbd37ccbfc02985e9f2 to your computer and use it in GitHub Desktop.

Select an option

Save pazteddy/976c57c994f7abbd37ccbfc02985e9f2 to your computer and use it in GitHub Desktop.
Pruebas para endpoints de Clientes
[Fact]
public void GetAllCustomers_ReturnsOkWithCustomers()
{}
[Fact]
public void GetCustomerById_ReturnsOk_WhenExists()
{}
[Fact]
public void GetCustomerById_ReturnsNotFound_WhenCustomerDoesNotExist()
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment