Created
December 9, 2025 16:29
-
-
Save pazteddy/976c57c994f7abbd37ccbfc02985e9f2 to your computer and use it in GitHub Desktop.
Pruebas para endpoints 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 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