Class Platform.PlatformComparisonFailure

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.google.common.truth.Platform.PlatformComparisonFailure
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComparisonFailureWithFacts
Enclosing class:
Platform

abstract static class Platform.PlatformComparisonFailure extends AssertionError
  • Constructor Details

    • PlatformComparisonFailure

      PlatformComparisonFailure(String message, String unusedUnderGwtExpected, String unusedUnderGwtActual, Throwable cause)
  • Method Details