gradle
Control center for Gradle TestKit.
Each test is assigned a temporary directory in which Gradle can be configured (see dir). Usually, tests will:
Create the settings file (see settingsGroovy or settingsKts),
Create the build script files (see buildGroovy or buildKts),
Execute Gradle (see runner)
Make assertions on the result.