https://github.com/sormuras/idea-junit-webinar
IntelliJ IDEA and JUnit: Writing, Finding, and Running Tests
https://github.com/sormuras/idea-junit-webinar
idea java junit testing
Last synced: 3 months ago
JSON representation
IntelliJ IDEA and JUnit: Writing, Finding, and Running Tests
- Host: GitHub
- URL: https://github.com/sormuras/idea-junit-webinar
- Owner: sormuras
- Created: 2021-11-16T16:27:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T10:51:47.000Z (over 4 years ago)
- Last Synced: 2025-07-05T03:26:55.190Z (12 months ago)
- Topics: idea, java, junit, testing
- Language: Java
- Homepage:
- Size: 6.52 MB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntelliJ IDEA and JUnit: Writing, Finding, and Running Tests
- 📼 Webinar
- 📜 Sources
- â–¶ IDEA
- ☕ Java 17
- ✅ JUnit 5
> _JUnit 5_ is the next generation of JUnit.
> The goal is to create an up-to-date foundation
> for developer-side testing [...]
> enabling many different styles of testing.
## Example Programs
Also known as demos.
## Excursion to Jupiter
Just another entry point: `@Test`
## Pick up Example Programs
Don't forget about the demos!
## JUnit User Guide: Writing Jupiter Tests
20 sections full of making writing tests spark joy.
## JUnit User Guide: Jupiter Extensions
15 sections of extending Jupiter with additional joy.
## JUnit User Guide: Advanced Topics
More styles, more engines, more fun.
___
Happy testing!
Christian