Created
December 9, 2025 16:22
-
-
Save pazteddy/5c6ae4822e82d7115124bf2957cf0dee to your computer and use it in GitHub Desktop.
Pruebas servicios de clientes
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 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