Uses of Class
com.google.common.truth.FailureMetadata
-
Packages that use FailureMetadata Package Description com.google.common.truth Truth is a library for performing assertions in tests:com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of FailureMetadata in com.google.common.truth
Methods in com.google.common.truth that return FailureMetadata Modifier and Type Method Description protected FailureMetadata
CustomSubjectBuilder. metadata()
Methods in com.google.common.truth with parameters of type FailureMetadata Modifier and Type Method Description SubjectT
Subject.Factory. createSubject(FailureMetadata metadata, @Nullable ActualT actual)
Creates a newSubject
.CustomSubjectBuilderT
CustomSubjectBuilder.Factory. createSubjectBuilder(FailureMetadata metadata)
Creates a newCustomSubjectBuilder
of the appropriate type.Constructors in com.google.common.truth with parameters of type FailureMetadata Constructor Description ComparableSubject(FailureMetadata metadata, @Nullable T actual)
The constructor is for use by subclasses only.CustomSubjectBuilder(FailureMetadata metadata)
Constructor for use by subclasses.IntegerSubject(FailureMetadata metadata, @Nullable Integer actual)
The constructor is for use by subclasses only.IterableSubject(FailureMetadata metadata, @Nullable Iterable<?> actual)
The constructor is for use by subclasses only.LongSubject(FailureMetadata metadata, @Nullable Long actual)
The constructor is for use by subclasses only.MapSubject(FailureMetadata metadata, @Nullable Map<?,?> actual)
The constructor is for use by subclasses only.MultimapSubject(FailureMetadata metadata, @Nullable Multimap<?,?> actual)
The constructor is for use by subclasses only.StringSubject(FailureMetadata metadata, @Nullable String actual)
The constructor is for use by subclasses only.Subject(FailureMetadata metadata, @Nullable Object actual)
The constructor is for use by subclasses only.ThrowableSubject(FailureMetadata metadata, @Nullable Throwable actual)
The constructor is for use by subclasses only. -
Uses of FailureMetadata in com.google.common.truth.extensions.proto
Constructors in com.google.common.truth.extensions.proto with parameters of type FailureMetadata Constructor Description IterableOfProtosSubject(FailureMetadata failureMetadata, @Nullable Iterable<M> messages)
LiteProtoSubject(FailureMetadata failureMetadata, @Nullable MessageLite messageLite)
MapWithProtoValuesSubject(FailureMetadata failureMetadata, @Nullable Map<?,M> map)
MultimapWithProtoValuesSubject(FailureMetadata failureMetadata, @Nullable Multimap<?,M> multimap)
ProtoSubject(FailureMetadata failureMetadata, @Nullable Message message)
-