Each folder contains a project that can be built using Gradle (and also Maven, just for reference). There are examples both for JUnit (4 and 5) and TestNG. A basic test class example is provided ...
Gradle plugins are just classes that extend Plugin. Most of our plugins are written directly in Java (for better or worse), not Groovy, so this code may not look exactly like the Gradle tutorials. I ...