Package com.google.common.truth
Class ActualValueInference.DescribedEntry
java.lang.Object
com.google.common.truth.ActualValueInference.StackEntry
com.google.common.truth.ActualValueInference.DescribedEntry
- Direct Known Subclasses:
AutoValue_ActualValueInference_DescribedEntry
- Enclosing class:
- ActualValueInference
An entry that contains a description of how it was created. Currently, the only case in which
we provide a description is when the value comes from a method call whose name looks
"interesting."
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.truth.ActualValueInference.StackEntry
actualValue, isSubject, type
-
Constructor Details
-
DescribedEntry
DescribedEntry()
-
-
Method Details
-
description
- Overrides:
description
in classActualValueInference.StackEntry
-
toString
-