Skip to content

Instantly share code, notes, and snippets.

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

  • Save pazteddy/5c6ae4822e82d7115124bf2957cf0dee to your computer and use it in GitHub Desktop.

Select an option

Save pazteddy/5c6ae4822e82d7115124bf2957cf0dee to your computer and use it in GitHub Desktop.
Pruebas servicios de clientes
[Fact]
public void GetAll_ReturnsAllCustomers()
{}
[Fact]
public void GetById_ReturnsCustomer_WhenExists()
{}
[Fact]
public void GetById_ReturnsNull_WhenCustomerNotFound()
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment