Package dev.gradleplugins.runnerkit
Class UnexpectedBuildSuccess
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.gradleplugins.runnerkit.UnexpectedBuildResultException
-
- dev.gradleplugins.runnerkit.UnexpectedBuildSuccess
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnexpectedBuildSuccess extends UnexpectedBuildResultException
Thrown when executing a build that was expected to fail, but succeeded.- See Also:
GradleRunner.buildAndFail(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedBuildSuccess(java.lang.String message, BuildResult buildResult)
-
Method Summary
-
Methods inherited from class dev.gradleplugins.runnerkit.UnexpectedBuildResultException
getBuildResult
-
-
-
-
Constructor Detail
-
UnexpectedBuildSuccess
public UnexpectedBuildSuccess(java.lang.String message, BuildResult buildResult)
-
-