Constant Field Values

Contents

com.google.*

  • com.google.common.truth.com.google.common.truth.ActualValueInference.InferredType 
    Modifier and Type Constant Field Value
    static final java.lang.String UNINITIALIZED_PREFIX "UNINIT@"
  • com.google.common.truth.com.google.common.truth.ComparisonFailureWithFacts 
    Modifier and Type Constant Field Value
    private static final int CONTEXT 20
    private static final int WORTH_HIDING 60
  • com.google.common.truth.com.google.common.truth.LazyMessage 
    Modifier and Type Constant Field Value
    private static final java.lang.String PLACEHOLDER_ERR "Incorrect number of args (%s) for the given placeholders (%s) in string template:\"%s\""
  • com.google.common.truth.com.google.common.truth.Platform 
    Modifier and Type Constant Field Value
    static final java.lang.String EXPECT_FAILURE_WARNING_IF_GWT " Note: One possible reason for a failure not to be caught is for the test to throw some other exception before the failure would have happened. Under GWT, such an exception is hidden by this message. The non-GWT tests do not have this problem, so you may wish to debug them first. If you\'re still having this problem, consider temporarily modifying the GWT copy of PlatformBaseSubjectTestCase to remove the call to ensureFailureCaught(). Removing that call will let any other exception fall through. (But of course it will also prevent the test from verifying that the expected failure occurred.)"
  • com.google.common.truth.com.google.common.truth.StackTraceCleaner 
    Modifier and Type Constant Field Value
    static final java.lang.String CLEANER_LINK "https://goo.gl/aH3UyP"
  • com.google.common.truth.com.google.common.truth.SubjectUtils 
    Modifier and Type Constant Field Value
    static final java.lang.String HUMAN_UNDERSTANDABLE_EMPTY_STRING "\"\" (empty String)"