gradle

Control center for Gradle TestKit.

Each test is assigned a temporary directory in which Gradle can be configured (see dir). Usually, tests will:

  1. Create the settings file (see settingsGroovy or settingsKts),

  2. Create the build script files (see buildGroovy or buildKts),

  3. Execute Gradle (see runner)

  4. Make assertions on the result.