0 votes
in Gradle by
Which Gradle task is used to run all tests in a project?

a) build

b) test

c) check

d) allTests

1 Answer

0 votes
by
Answer: b) test

Explanation: The test task is used to run all tests in a Gradle project.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Mar 27 in Gradle by rajeshsharma
...