api / org.gradle.testkit.runner / UnexpectedBuildFailure

UnexpectedBuildFailure

open class UnexpectedBuildFailure : UnexpectedBuildResultException

Thrown when executing a build that was expected to succeed, but failed.

Since
2.6

See Also
GradleRunner#build()

Constructors

<init>

UnexpectedBuildFailure(message: String, buildResult: BuildResult)

Inherited Functions

getBuildResult

open fun getBuildResult(): BuildResult

The result of the build execution.