Understanding Gradle #33 – Classpath and Module Path in Testing

preview_player
Показать описание
How does modularity in Java work (Part 8): How are classpath and module path concepts used in testing?

❤️ Java Module Testing plugin:

▶️ 0:00 Testing Java projects
▶️ 1:35 Testing with the Classpath
▶️ 2:00 Each Source Set has its own Classpaths
▶️ 4:40 Conflicts on Classpaths
▶️ 3:36 Running tests on the Classpath
▶️ 7:41 Testing with the Module Path
▶️ 8:24 "Blackbox" testing
▶️ 10:48 Test modules as Jars
▶️ 12:43 java-module-testing plugin
▶️ 14:08 "Whitebox" testing
▶️ 18:00 Summary

💾 Gradle Project Setup How-To (Classpath):
💾 Gradle Project Setup How-To (Module Path):

Related Videos:

Further Readings:
Рекомендации по теме
Комментарии
Автор

Best gradle explainers i have seen on youtube!

vibinreddy
Автор

The (Gradle) world would be lost without your videos! 🙂
Thanks for going the extra mile and explaining things to us in detail.

nicholastan
Автор

I see the in Gradle user guide a section about the 'jvm-test-suite' plugin. It looks like it's a wider concept than source sets for test source sets specifically. Is it relevant to the topic of this video? Does it merit its own video? Do you recommend it or is it one of those inventions one should stay away from, both in the classpath and modulepath context?

Omega
Автор

Thanks for your videos. I hope it is not the last video on this channel, only the last java video. What will be the next topics of the videos?

romanpavliuk