Package com.google.common.truth
Class AutoValue_Expect_ExpectationFailure
- java.lang.Object
-
- com.google.common.truth.Expect.ExpectationFailure
-
- com.google.common.truth.AutoValue_Expect_ExpectationFailure
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Expect_ExpectationFailure extends Expect.ExpectationFailure
-
-
Constructor Summary
Constructors Constructor Description AutoValue_Expect_ExpectationFailure(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Throwable
cause()
boolean
equals(java.lang.Object o)
int
hashCode()
(package private) java.lang.String
message()
java.lang.String
toString()
-
Methods inherited from class com.google.common.truth.Expect.ExpectationFailure
create, create
-
-
-
-
Method Detail
-
message
java.lang.String message()
- Specified by:
message
in classExpect.ExpectationFailure
-
cause
@Nullable java.lang.Throwable cause()
- Specified by:
cause
in classExpect.ExpectationFailure
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-