An open API service indexing awesome lists of open source software.

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

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