https://github.com/artodeschini/samplemockitojunit
Java Maven Mockito Junit 5 AssertJ
https://github.com/artodeschini/samplemockitojunit
Last synced: over 1 year ago
JSON representation
Java Maven Mockito Junit 5 AssertJ
- Host: GitHub
- URL: https://github.com/artodeschini/samplemockitojunit
- Owner: artodeschini
- Created: 2022-05-23T18:27:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T18:26:37.000Z (about 4 years ago)
- Last Synced: 2025-01-16T16:55:58.113Z (over 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samples JUnit 5
## requisitos
- Java 11+
- Maven 3.6.x >
- Junit 5
## notas de JUnit 5 com assertJ
[AssertJ](https://assertj.github.io/doc/)
[Outros exemplos dom Asserj](https://www.baeldung.com/assertj-exception-assertion)
## notas de JUnit 5 e Mockito
[mockito com junit 5](https://www.baeldung.com/mockito-junit-5-extension))