Package com.google.common.truth
Class Platform.PlatformComparisonFailure
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.junit.ComparisonFailure
com.google.common.truth.Platform.PlatformComparisonFailure
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComparisonFailureWithFacts
- Enclosing class:
- Platform
abstract static class Platform.PlatformComparisonFailure
extends org.junit.ComparisonFailure
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPlatformComparisonFailure
(String message, String expected, String actual, Throwable cause) -
Method Summary
Methods inherited from class org.junit.ComparisonFailure
getActual, getExpected
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
message
-
cause
Separate cause field, in case initCause() fails.
-
-
Constructor Details
-
PlatformComparisonFailure
-
-
Method Details