https://github.com/anyulled/assertj
Fluent Assertions for Java
https://github.com/anyulled/assertj
Last synced: 3 months ago
JSON representation
Fluent Assertions for Java
- Host: GitHub
- URL: https://github.com/anyulled/assertj
- Owner: anyulled
- Created: 2021-04-08T09:36:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-20T23:27:01.000Z (3 months ago)
- Last Synced: 2026-04-21T01:29:34.950Z (3 months ago)
- Language: Java
- Size: 612 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AssertJ
### Acelera la escritura de test y mejora la legibilidad con una librería de pruebas con API fluida.

[Documentación](https://assertj.github.io/doc/)
Ejemplos:
* [Básico](src/test/java/org/anyulled/model/PatientShould.java).
* [Comparación recursiva](src/test/java/org/anyulled/model/RecursivePatientShould.java).
* [Afirmaciones suaves](src/test/java/org/anyulled/model/SoftAssertionPatientShould.java)
* [Listas](src/test/java/org/anyulled/model/PatientListShould.java) .
* [Manejo de Excepciones](src/test/java/service/PatientServiceShould.java).
* [Estilo BDD](src/test/java/org/anyulled/model/BDDPatientShould.java).
* [Clases personalizadas](src/test/java/org/anyulled/model/CustomAssertionPatientShould.java).