How to run Unit Tests with Maven and IntelliJ IDEA

preview_player
Показать описание
Let’s create and run unit tests with Maven!! We'll use JUnit 5 and Maven all inside IntelliJ IDEA.

Learn how to initialize your test class and build out only the test methods you need. We'll look at the very cool, side-by-side comparison feature IntelliJ has that will show you expected vs actual results.

Will Maven run your tests from the command line? Find out why not and how to fix the problem easily.

#maven #intellij #java #junit #junit5 #cybersecurity
Рекомендации по теме
Комментарии
Автор

This was awesome and so much simpler than previous versions of setting up this in general. I took a class where the pom was incredibly long, but that configuration and how it ran and this one is exactly the behavior I expected so thanks for this!

Lazaerus
Автор

Very very good video!
Clearly stated, not too much, not too little!

mariusmuller
Автор

Gracias genio ! Increible la forma en que explicas, muy directo y lo haces ver muy simple ! Te sigo y lo comparto a mis colegas. Sigue asi !!! 🤗

emanuelcampos
Автор

Mine still isn't showing the tests lol

spencerjorgensen