Testing with Gradle Java Plugin

From NovaOrdis Knowledge Base
Revision as of 21:43, 25 October 2018 by Ovidiu (talk | contribs) (Created page with "=External= * Gradle Docs - Testing in Java & JVM projects https://docs.gradle.org/current/userguide/java_testing.html =Internal= =Overview= Testing is performed by the "te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

Testing is performed by the "test" task (implemented by Test), which automatically detects and executes all unit tests in the test source set and generates a report once test execution is complete. JUnit and TestNG are both supported.

See the Testing in Java & JVM projects chapter for more details.