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.
...