Package-level declarations
Support for executing contrived Gradle builds for the purpose of testing build logic.
See also
Types
Link copied to clipboard
interface BuildResult
The result of executing a build, via the GradleRunner.
Link copied to clipboard
Executes a Gradle build, allowing inspection of the outcome.
Link copied to clipboard
Thrown when the plugin under test metadata cannot be read.
Link copied to clipboard
Thrown when a build cannot be executed due to the runner being in an invalid state.
Link copied to clipboard
enum TaskOutcome
The outcome of executing a task during a build.
Link copied to clipboard
Thrown when executing a build that was expected to succeed, but failed.
Link copied to clipboard
Base class for UnexpectedBuildFailure and UnexpectedBuildSuccess.
Link copied to clipboard
Thrown when executing a build that was expected to fail, but succeeded.
Link copied to clipboard
Thrown when a build was executed with a target Gradle version that does not support a specific feature.