gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing
/
TestListener
/
beforeSuite
before
Suite
API
abstract
fun
beforeSuite
(
suite
:
TestDescriptor
)
(
source
)
Called before a test suite is started.
Parameters
suite
The suite whose tests are about to be executed.