0 votes
in Gradle by

What is the syntax for filtering tests in gradle?

A. add a test { filter {} } closure

B. you have to run all the tests, you cannot filter

C. add the test-filter plugin

D. build only the tests you want to run

1 Answer

0 votes
by

Ans: A. add a test { filter {} } closure

Related questions

0 votes
asked Feb 17, 2020 in Gradle by rajeshsharma
0 votes
asked Jun 21, 2020 in Gradle by Robindeniel
...