0 votes
in Gradle by
Which Gradle plugin is used to run JUnit tests?

a) junit

b) test

c) check

d) none of the above

1 Answer

0 votes
by

Answer: a) junit

reason: The junit plugin is used to run JUnit tests for a Gradle project. It provides tasks for running tests and generating reports.

Related questions

0 votes
asked Sep 2, 2022 in JUnit by DavidAnderson
0 votes
asked Apr 1 in Gradle by rajeshsharma
...