Compatibility with Gradle TestKit • opensavvy.prepared.compat.gradle • gradle
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
orsettingsKts
), -
Create the build script files (see
buildGroovy
orbuildKts
), -
Execute Gradle (see
runner
) -
Make assertions on the result.