Uses of Class
com.google.common.truth.FailureMetadata
Packages that use FailureMetadata
Package
Description
Truth is a library for performing assertions in
tests:
Custom subjects for testing Protocol
Buffer instances.
-
Uses of FailureMetadata in com.google.common.truth
Methods in com.google.common.truth that return FailureMetadataModifier and TypeMethodDescriptionprotected final FailureMetadataCustomSubjectBuilder.metadata()Methods in com.google.common.truth with parameters of type FailureMetadataModifier and TypeMethodDescriptionSubject.Factory.createSubject(FailureMetadata metadata, @Nullable ActualT actual) Creates a newSubject.CustomSubjectBuilder.Factory.createSubjectBuilder(FailureMetadata metadata) Creates a newCustomSubjectBuilderof the appropriate type.Constructors in com.google.common.truth with parameters of type FailureMetadataModifierConstructorDescriptionprotectedComparableSubject(FailureMetadata metadata, @Nullable T actual) The constructor is for use by subclasses only.protectedCustomSubjectBuilder(FailureMetadata metadata) Constructor for use by subclasses.protectedIntegerSubject(FailureMetadata metadata, @Nullable Integer actual) The constructor is for use by subclasses only.protectedIterableSubject(FailureMetadata metadata, @Nullable Iterable<?> actual) The constructor is for use by subclasses only.protectedLongSubject(FailureMetadata metadata, @Nullable Long actual) The constructor is for use by subclasses only.protectedMapSubject(FailureMetadata metadata, @Nullable Map<?, ?> actual) The constructor is for use by subclasses only.protectedMultimapSubject(FailureMetadata metadata, @Nullable Multimap<?, ?> actual) The constructor is for use by subclasses only.protectedStringSubject(FailureMetadata metadata, @Nullable String actual) The constructor is for use by subclasses only.protectedSubject(FailureMetadata metadata, @Nullable Object actual) The constructor is for use by subclasses only.protectedThrowableSubject(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 FailureMetadataModifierConstructorDescriptionprotectedIterableOfProtosSubject(FailureMetadata failureMetadata, @Nullable Iterable<M> messages) protectedLiteProtoSubject(FailureMetadata failureMetadata, @Nullable MessageLite messageLite) protectedMapWithProtoValuesSubject(FailureMetadata failureMetadata, @Nullable Map<?, M> map) protectedMultimapWithProtoValuesSubject(FailureMetadata failureMetadata, @Nullable Multimap<?, M> multimap) protectedProtoSubject(FailureMetadata failureMetadata, @Nullable Message message)