-
public final class PactVerificationResult.Error extends PactVerificationResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Throwableerrorprivate final PactVerificationResultmockServerState
-
Constructor Summary
Constructors Constructor Description PactVerificationResult.Error(Throwable error, PactVerificationResult mockServerState)
-
Method Summary
Modifier and Type Method Description final ThrowablegetError()final PactVerificationResultgetMockServerState()-
-
Constructor Detail
-
PactVerificationResult.Error
PactVerificationResult.Error(Throwable error, PactVerificationResult mockServerState)
-
-
Method Detail
-
getMockServerState
final PactVerificationResult getMockServerState()
-
-
-
-