Package com.google.common.truth
Class Platform
java.lang.Object
com.google.common.truth.Platform
Extracted routines that need to be swapped in for GWT, to allow for
minimal deltas between the GWT and non-GWT version.
- Author:
- Christian Gruber (cgruber@google.com)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AssertionErrorcomparisonFailure(String message, String expected, String actual) static StringcompressType(String type) Inspired by JavaWriter.static booleanisInstanceOfType(Object instance, Class<?> clazz) Returns true if the instance is assignable to the type Clazz.
-
Field Details
-
TYPE_PATTERN
-
-
Method Details
-
isInstanceOfType
Returns true if the instance is assignable to the type Clazz. -
compressType
Inspired by JavaWriter. -
comparisonFailure
-