A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- about(CustomSubjectBuilder.Factory<CustomSubjectBuilderT>) - Method in class com.google.common.truth.StandardSubjectBuilder
- about(Subject.Factory<S, A>) - Method in class com.google.common.truth.StandardSubjectBuilder
-
Given a factory for some
Subjectclass, returns a builder whosethat(actual)method creates instances of that class. - actualCustomStringRepresentation() - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.IntStreamSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.IterableSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.LongStreamSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.StreamSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.Subject
-
Supplies the direct string representation of the actual value to other methods which may prefix or otherwise position it in an error message.
- all() - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches all fields without exception. - allowingFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, plus all fields matching the givenDescriptors.FieldDescriptors. - allowingFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches nothing except the provided field descriptors for the message. - allowingFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, plus all fields matching the givenDescriptors.FieldDescriptors. - allowingFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches nothing except the provided field descriptors for the message. - allowingFields(int, int...) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, plus all fields defined by the given field numbers. - allowingFields(int, int...) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches nothing except the provided field numbers for the top level message type. - allowingFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, plus all fields defined by the given field numbers. - allowingFields(Iterable<Integer>) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches nothing except the provided field numbers for the top level message type. - apply(A, E) - Method in interface com.google.common.truth.Correspondence.BinaryPredicate
-
Returns whether or not the actual and expected values satisfy the condition defined by this predicate.
- apply(Statement, Description) - Method in class com.google.common.truth.Expect
- apply(Statement, Description) - Method in class com.google.common.truth.ExpectFailure
- asList() - Method in class com.google.common.truth.ObjectArraySubject
- asList() - Method in class com.google.common.truth.PrimitiveBooleanArraySubject
- asList() - Method in class com.google.common.truth.PrimitiveByteArraySubject
- asList() - Method in class com.google.common.truth.PrimitiveCharArraySubject
- asList() - Method in class com.google.common.truth.PrimitiveIntArraySubject
- asList() - Method in class com.google.common.truth.PrimitiveLongArraySubject
- asList() - Method in class com.google.common.truth.PrimitiveShortArraySubject
- assert_() - Static method in class com.google.common.truth.Truth
-
Begins a call chain with the fluent Truth API.
- assertAbout(CustomSubjectBuilder.Factory<CustomSubjectBuilderT>) - Static method in class com.google.common.truth.Truth
-
A generic, advanced method of extension of Truth to new types, which is documented on
CustomSubjectBuilder. - assertAbout(Subject.Factory<S, T>) - Static method in class com.google.common.truth.Truth
-
Given a factory for some
Subjectclass, returns a builder whosethat(actual)method creates instances of that class. - assertThat(boolean[]) - Static method in class com.google.common.truth.Truth
- assertThat(byte[]) - Static method in class com.google.common.truth.Truth
- assertThat(char[]) - Static method in class com.google.common.truth.Truth
- assertThat(double[]) - Static method in class com.google.common.truth.Truth
- assertThat(float[]) - Static method in class com.google.common.truth.Truth
- assertThat(int[]) - Static method in class com.google.common.truth.Truth
- assertThat(long[]) - Static method in class com.google.common.truth.Truth
- assertThat(short[]) - Static method in class com.google.common.truth.Truth
- assertThat(Optional<?>) - Static method in class com.google.common.truth.Truth
- assertThat(Multimap<?, ?>) - Static method in class com.google.common.truth.Truth
- assertThat(Multimap<?, M>) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
- assertThat(Multiset<?>) - Static method in class com.google.common.truth.Truth
- assertThat(Table<?, ?, ?>) - Static method in class com.google.common.truth.Truth
- assertThat(Message) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
-
Assert on a single
Messageinstance. - assertThat(MessageLite) - Static method in class com.google.common.truth.extensions.proto.LiteProtoTruth
- assertThat(MessageLite) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
-
Assert on a single
MessageLiteinstance. - assertThat(Boolean) - Static method in class com.google.common.truth.Truth
- assertThat(Class<?>) - Static method in class com.google.common.truth.Truth
- assertThat(Double) - Static method in class com.google.common.truth.Truth
- assertThat(Float) - Static method in class com.google.common.truth.Truth
- assertThat(Integer) - Static method in class com.google.common.truth.Truth
- assertThat(Iterable<?>) - Static method in class com.google.common.truth.Truth
- assertThat(Iterable<M>) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
-
Assert on a sequence of
Messages. - assertThat(Long) - Static method in class com.google.common.truth.Truth
- assertThat(Object) - Static method in class com.google.common.truth.Truth
- assertThat(String) - Static method in class com.google.common.truth.Truth
- assertThat(Throwable) - Static method in class com.google.common.truth.Truth
- assertThat(BigDecimal) - Static method in class com.google.common.truth.Truth
- assertThat(Path) - Static method in class com.google.common.truth.Truth8
- assertThat(Map<?, ?>) - Static method in class com.google.common.truth.Truth
- assertThat(Map<?, M>) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
-
Assert on a map with
Messagevalues. - assertThat(Optional<?>) - Static method in class com.google.common.truth.Truth8
- assertThat(OptionalDouble) - Static method in class com.google.common.truth.Truth8
- assertThat(OptionalInt) - Static method in class com.google.common.truth.Truth8
- assertThat(OptionalLong) - Static method in class com.google.common.truth.Truth8
- assertThat(IntStream) - Static method in class com.google.common.truth.Truth8
- assertThat(LongStream) - Static method in class com.google.common.truth.Truth8
- assertThat(Stream<?>) - Static method in class com.google.common.truth.Truth8
- assertThat(T) - Static method in class com.google.common.truth.Truth
- assertThat(T[]) - Static method in class com.google.common.truth.Truth
- assertThat(AssertionError) - Static method in class com.google.common.truth.ExpectFailure
-
Creates a subject for asserting about the given
AssertionError, usually one produced by Truth. - assertWithMessage(String) - Static method in class com.google.common.truth.Truth
-
Begins an assertion that, if it fails, will prepend the given message to the failure message.
- assertWithMessage(String, Object...) - Static method in class com.google.common.truth.Truth
-
Begins an assertion that, if it fails, will prepend the given message to the failure message.
- assume() - Static method in class com.google.common.truth.TruthJUnit
-
Begins a call chain with the fluent Truth API.
B
- BigDecimalSubject - Class in com.google.common.truth
-
Propositions for
BigDecimaltyped subjects. - BooleanSubject - Class in com.google.common.truth
-
Propositions for boolean subjects.
C
- check(String, Object...) - Method in class com.google.common.truth.Subject
-
Returns a builder for creating a derived subject.
- ClassSubject - Class in com.google.common.truth
-
Propositions for
Classsubjects. - com.google.common.truth - package com.google.common.truth
-
Truth is a library for performing assertions in tests:
- com.google.common.truth.extensions.proto - package com.google.common.truth.extensions.proto
-
Custom subjects for testing Protocol Buffer instances.
- com.google.common.truth.extensions.re2j - package com.google.common.truth.extensions.re2j
- ComparableSubject<T extends Comparable> - Class in com.google.common.truth
-
Propositions for
Comparabletyped subjects. - ComparableSubject(FailureMetadata, T) - Constructor for class com.google.common.truth.ComparableSubject
- compare(A, E) - Method in class com.google.common.truth.Correspondence
-
Returns whether or not the
actualvalue is said to correspond to theexpectedvalue for the purposes of this test. - comparingElementsUsing(Correspondence<? super A, ? super E>) - Method in class com.google.common.truth.IterableSubject
-
Starts a method chain for a check in which the actual elements (i.e.
- comparingExpectedFieldsOnly() - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnly() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnly() - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnly() - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnlyForValues() - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnlyForValues() - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnlyForValues() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingExpectedFieldsOnlyForValues() - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Limits the comparison of Protocol buffers to the fields set in the expected proto(s).
- comparingValuesUsing(Correspondence<? super A, ? super E>) - Method in class com.google.common.truth.MapSubject
-
Starts a method chain for a check in which the actual values (i.e.
- comparingValuesUsing(Correspondence<? super A, ? super E>) - Method in class com.google.common.truth.MultimapSubject
-
Starts a method chain for a check in which the actual values (i.e.
- contains(int) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain the given element.
- contains(long) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain the given element.
- contains(E) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to the given expected element.
- contains(Object) - Method in class com.google.common.truth.IterableSubject
-
Checks (with a side-effect failure) that the subject contains the supplied item.
- contains(Object) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain the given element.
- contains(Object, Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not contain a mapping for the given row key and column key.
- contains(M) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to the given expected element.
- contains(CharSequence) - Method in class com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
-
Fails if the string does not contain the given sequence (while ignoring case).
- contains(CharSequence) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not contain the given sequence.
- containsAnyIn(E[]) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to at least one of the expected elements.
- containsAnyIn(Iterable<?>) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain at least one of the given elements.
- containsAnyIn(Iterable<?>) - Method in class com.google.common.truth.IterableSubject
-
Checks that the subject contains at least one of the objects contained in the provided collection or fails.
- containsAnyIn(Iterable<?>) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain at least one of the given elements.
- containsAnyIn(Iterable<?>) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain at least one of the given elements.
- containsAnyIn(Iterable<? extends E>) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to at least one of the expected elements.
- containsAnyIn(Iterable<? extends M>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to at least one of the expected elements.
- containsAnyIn(Object[]) - Method in class com.google.common.truth.IterableSubject
-
Checks that the subject contains at least one of the objects contained in the provided array or fails.
- containsAnyIn(M[]) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to at least one of the expected elements.
- containsAnyOf(double[]) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject.DoubleArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsAnyOf(Object, Object, Object...)but taking a primitive double array. - containsAnyOf(float[]) - Method in class com.google.common.truth.PrimitiveFloatArraySubject.FloatArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsAnyOf(Object, Object, Object...)but taking a primitive float array. - containsAnyOf(int, int, int...) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain at least one of the given elements.
- containsAnyOf(long, long, long...) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain at least one of the given elements.
- containsAnyOf(E, E, E...) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to at least one of the expected elements.
- containsAnyOf(Object, Object, Object...) - Method in class com.google.common.truth.IterableSubject
-
Checks that the subject contains at least one of the provided objects or fails.
- containsAnyOf(Object, Object, Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain at least one of the given elements.
- containsAnyOf(M, M, M...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains at least one element that corresponds to at least one of the expected elements.
- containsAtLeast(double[]) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject.DoubleArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsAtLeast(Object, Object, Object...)but taking a primitive double array. - containsAtLeast(float[]) - Method in class com.google.common.truth.PrimitiveFloatArraySubject.FloatArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsAtLeast(Object, Object, Object...)but taking a primitive float array. - containsAtLeast(int, int, int...) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain all of the given elements.
- containsAtLeast(long, long, long...) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain all of the given elements.
- containsAtLeast(E, E, E...) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains elements that corresponds to all of the expected elements, i.e.
- containsAtLeast(Object, E, Object...) - Method in class com.google.common.truth.MapSubject.UsingCorrespondence
-
Fails if the map does not contain at least the given set of keys mapping to values that correspond to the given values.
- containsAtLeast(Object, E, Object...) - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the multimap does not contain at least the given key/value pairs.
- containsAtLeast(Object, Object, Object...) - Method in class com.google.common.truth.IterableSubject
-
Checks that the actual iterable contains at least all of the expected elements or fails.
- containsAtLeast(Object, Object, Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain all of the given elements.
- containsAtLeast(Object, Object, Object...) - Method in class com.google.common.truth.MapSubject
- containsAtLeast(Object, Object, Object...) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap does not contain at least the given key/value pairs.
- containsAtLeast(M, M, M...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains elements that corresponds to all of the expected elements, i.e.
- containsAtLeastElementsIn(E[]) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains elements that corresponds to all of the expected elements, i.e.
- containsAtLeastElementsIn(Iterable<?>) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain all of the given elements.
- containsAtLeastElementsIn(Iterable<?>) - Method in class com.google.common.truth.IterableSubject
-
Checks that the actual iterable contains at least all of the expected elements or fails.
- containsAtLeastElementsIn(Iterable<?>) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain all of the given elements.
- containsAtLeastElementsIn(Iterable<?>) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain all of the given elements.
- containsAtLeastElementsIn(Iterable<? extends E>) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains elements that corresponds to all of the expected elements, i.e.
- containsAtLeastElementsIn(Iterable<? extends M>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains elements that corresponds to all of the expected elements, i.e.
- containsAtLeastElementsIn(Object[]) - Method in class com.google.common.truth.IterableSubject
-
Checks that the actual iterable contains at least all of the expected elements or fails.
- containsAtLeastElementsIn(M[]) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains elements that corresponds to all of the expected elements, i.e.
- containsAtLeastEntriesIn(Multimap<?, ?>) - Method in class com.google.common.truth.MultimapSubject
- containsAtLeastEntriesIn(Multimap<?, ? extends E>) - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the map does not contain at least the keys in the given multimap, mapping to values that correspond to the values of the given multimap.
- containsAtLeastEntriesIn(Map<?, ?>) - Method in class com.google.common.truth.MapSubject
-
Fails if the map does not contain at least the given set of entries in the given map.
- containsAtLeastEntriesIn(Map<?, ? extends E>) - Method in class com.google.common.truth.MapSubject.UsingCorrespondence
-
Fails if the map does not contain at least the keys in the given map, mapping to values that correspond to the values of the given map.
- containsCell(Object, Object, Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not contain the given cell.
- containsCell(Table.Cell<?, ?, ?>) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not contain the given cell.
- containsColumn(Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not contain the given column key.
- containsEntry(Object, E) - Method in class com.google.common.truth.MapSubject.UsingCorrespondence
-
Fails if the map does not contain an entry with the given key and a value that corresponds to the given value.
- containsEntry(Object, E) - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the multimap does not contain an entry with the given key and a value that corresponds to the given value.
- containsEntry(Object, Object) - Method in class com.google.common.truth.MapSubject
-
Fails if the map does not contain the given entry.
- containsEntry(Object, Object) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap does not contain the given entry.
- containsEntry(Object, M) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Fails if the map does not contain an entry with the given key and a value that corresponds to the given value.
- containsEntry(Object, M) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Fails if the multimap does not contain an entry with the given key and a value that corresponds to the given value.
- containsExactly() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Fails if the multimap is not empty.
- containsExactly() - Method in class com.google.common.truth.MapSubject
-
Fails if the map is not empty.
- containsExactly() - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap is not empty.
- containsExactly() - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the multimap is not empty.
- containsExactly(double[]) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject.DoubleArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsExactly(Object...)but taking a primitive double array. - containsExactly(float[]) - Method in class com.google.common.truth.PrimitiveFloatArraySubject.FloatArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsExactly(Object...)but taking a primitive float array. - containsExactly(int...) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain exactly the given elements.
- containsExactly(long...) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain exactly the given elements.
- containsExactly(E...) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that subject contains exactly elements that correspond to the expected elements, i.e.
- containsExactly(Object...) - Method in class com.google.common.truth.IterableSubject
-
Checks that a subject contains exactly the provided objects or fails.
- containsExactly(Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain exactly the given elements.
- containsExactly(Object, E, Object...) - Method in class com.google.common.truth.MapSubject.UsingCorrespondence
-
Fails if the map does not contain exactly the given set of keys mapping to values that correspond to the given values.
- containsExactly(Object, E, Object...) - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the multimap does not contain exactly the given set of key/value pairs.
- containsExactly(Object, Object, Object...) - Method in class com.google.common.truth.MapSubject
-
Fails if the map does not contain exactly the given set of key/value pairs.
- containsExactly(Object, Object, Object...) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap does not contain exactly the given set of key/value pairs.
- containsExactly(Object, M, Object...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Fails if the map does not contain exactly the given set of keys mapping to values that correspond to the given values.
- containsExactly(Object, M, Object...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Fails if the multimap does not contain exactly the given set of key/value pairs.
- containsExactly(M...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that subject contains exactly elements that correspond to the expected elements, i.e.
- containsExactlyElementsIn(E[]) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that subject contains exactly elements that correspond to the expected elements, i.e.
- containsExactlyElementsIn(Iterable<?>) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not contain exactly the given elements.
- containsExactlyElementsIn(Iterable<?>) - Method in class com.google.common.truth.IterableSubject
-
Checks that a subject contains exactly the provided objects or fails.
- containsExactlyElementsIn(Iterable<?>) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not contain exactly the given elements.
- containsExactlyElementsIn(Iterable<?>) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain exactly the given elements.
- containsExactlyElementsIn(Iterable<? extends E>) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that subject contains exactly elements that correspond to the expected elements, i.e.
- containsExactlyElementsIn(Iterable<? extends M>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that subject contains exactly elements that correspond to the expected elements, i.e.
- containsExactlyElementsIn(Object[]) - Method in class com.google.common.truth.IterableSubject
-
Checks that a subject contains exactly the provided objects or fails.
- containsExactlyElementsIn(M[]) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that subject contains exactly elements that correspond to the expected elements, i.e.
- containsExactlyEntriesIn(Multimap<?, ?>) - Method in class com.google.common.truth.MultimapSubject
- containsExactlyEntriesIn(Multimap<?, ? extends E>) - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the map does not contain exactly the keys in the given multimap, mapping to values that correspond to the values of the given multimap.
- containsExactlyEntriesIn(Multimap<?, ? extends M>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Fails if the map does not contain exactly the keys in the given multimap, mapping to values that correspond to the values of the given multimap.
- containsExactlyEntriesIn(Map<?, ?>) - Method in class com.google.common.truth.MapSubject
-
Fails if the map does not contain exactly the given set of entries in the given map.
- containsExactlyEntriesIn(Map<?, ? extends E>) - Method in class com.google.common.truth.MapSubject.UsingCorrespondence
-
Fails if the map does not contain exactly the keys in the given map, mapping to values that correspond to the values of the given map.
- containsExactlyEntriesIn(Map<?, ? extends M>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Fails if the map does not contain exactly the keys in the given map, mapping to values that correspond to the values of the given map.
- containsKey(Object) - Method in class com.google.common.truth.MapSubject
-
Fails if the map does not contain the given key.
- containsKey(Object) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap does not contain the given key.
- containsMatch(Pattern) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string does not contain a match on the given regex.
- containsMatch(String) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string does not contain a match on the given regex.
- containsMatch(String) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not contain a match on the given regex.
- containsMatch(Pattern) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not contain a match on the given regex.
- containsNoDuplicates() - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject contains duplicate elements.
- containsNoDuplicates() - Method in class com.google.common.truth.IterableSubject
-
Checks that the subject does not contain duplicate elements.
- containsNoDuplicates() - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject contains duplicate elements.
- containsNoDuplicates() - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject contains duplicate elements.
- containsNoneIn(E[]) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains no elements that correspond to any of the given elements.
- containsNoneIn(Iterable<?>) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject contains any of the given elements.
- containsNoneIn(Iterable<?>) - Method in class com.google.common.truth.IterableSubject
-
Checks that the actual iterable contains none of the elements contained in the excluded iterable or fails.
- containsNoneIn(Iterable<?>) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject contains any of the given elements.
- containsNoneIn(Iterable<?>) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject contains any of the given elements.
- containsNoneIn(Iterable<? extends E>) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains no elements that correspond to any of the given elements.
- containsNoneIn(Iterable<? extends M>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains no elements that correspond to any of the given elements.
- containsNoneIn(Object[]) - Method in class com.google.common.truth.IterableSubject
-
Checks that the actual iterable contains none of the elements contained in the excluded array or fails.
- containsNoneIn(M[]) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains no elements that correspond to any of the given elements.
- containsNoneOf(double[]) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject.DoubleArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsNoneOf(Object, Object, Object...)but taking a primitive double array. - containsNoneOf(float[]) - Method in class com.google.common.truth.PrimitiveFloatArraySubject.FloatArrayAsIterable
-
As
IterableSubject.UsingCorrespondence.containsNoneOf(Object, Object, Object...)but taking a primitive float array. - containsNoneOf(int, int, int...) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject contains any of the given elements.
- containsNoneOf(long, long, long...) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject contains any of the given elements.
- containsNoneOf(E, E, E...) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that the subject contains no elements that correspond to any of the given elements.
- containsNoneOf(Object, Object, Object...) - Method in class com.google.common.truth.IterableSubject
-
Checks that a actual iterable contains none of the excluded objects or fails.
- containsNoneOf(Object, Object, Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject contains any of the given elements.
- containsNoneOf(M, M, M...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that the subject contains no elements that correspond to any of the given elements.
- containsRow(Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not contain the given row key.
- containsValue(Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not contain the given value.
- Correspondence<A,E> - Class in com.google.common.truth
-
Determines whether an instance of type
Acorresponds in some way to an instance of typeEfor the purposes of a test assertion. - Correspondence.BinaryPredicate<A,E> - Interface in com.google.common.truth
-
A functional interface for a binary predicate, to be used to test whether a pair of objects of types
AandEsatisfy some condition. - Correspondence.DiffFormatter<A,E> - Interface in com.google.common.truth
-
A functional interface to be used format the diff between a pair of objects of types
AandE. - create() - Static method in class com.google.common.truth.Expect
-
Creates a new instance.
- createSubject(FailureMetadata, ActualT) - Method in interface com.google.common.truth.Subject.Factory
-
Creates a new
Subject. - createSubjectBuilder(FailureMetadata) - Method in interface com.google.common.truth.CustomSubjectBuilder.Factory
-
Creates a new
CustomSubjectBuilderof the appropriate type. - CustomSubjectBuilder - Class in com.google.common.truth
-
In a fluent assertion chain, exposes one or more "custom"
thatmethods, which accept a value under test and return aSubject. - CustomSubjectBuilder(FailureMetadata) - Constructor for class com.google.common.truth.CustomSubjectBuilder
-
Constructor for use by subclasses.
- CustomSubjectBuilder.Factory<CustomSubjectBuilderT extends CustomSubjectBuilder> - Interface in com.google.common.truth
D
- displayingDiffsPairedBy(Function<? super A, ?>, Function<? super E, ?>) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.
- displayingDiffsPairedBy(Function<? super E, ?>) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.
- displayingDiffsPairedBy(Function<? super M, ?>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.
- displayingDiffsPairedBy(Function<? super M, ?>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.
- doesNotContain(int) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject contains the given element.
- doesNotContain(long) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject contains the given element.
- doesNotContain(E) - Method in class com.google.common.truth.IterableSubject.UsingCorrespondence
-
Checks that none of the actual elements correspond to the given element.
- doesNotContain(Object) - Method in class com.google.common.truth.IterableSubject
-
Checks (with a side-effect failure) that the subject does not contain the supplied item.
- doesNotContain(Object) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject contains the given element.
- doesNotContain(Object, Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table contains a mapping for the given row key and column key.
- doesNotContain(M) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Checks that none of the actual elements correspond to the given element.
- doesNotContain(CharSequence) - Method in class com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
-
Fails if the string contains the given sequence (while ignoring case).
- doesNotContain(CharSequence) - Method in class com.google.common.truth.StringSubject
-
Fails if the string contains the given sequence.
- doesNotContainCell(Object, Object, Object) - Method in class com.google.common.truth.TableSubject
-
Fails if the table contains the given cell.
- doesNotContainCell(Table.Cell<?, ?, ?>) - Method in class com.google.common.truth.TableSubject
-
Fails if the table contains the given cell.
- doesNotContainEntry(Object, E) - Method in class com.google.common.truth.MapSubject.UsingCorrespondence
-
Fails if the map contains an entry with the given key and a value that corresponds to the given value.
- doesNotContainEntry(Object, E) - Method in class com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Fails if the multimap contains an entry with the given key and a value that corresponds to the given value.
- doesNotContainEntry(Object, Object) - Method in class com.google.common.truth.MapSubject
-
Fails if the map contains the given entry.
- doesNotContainEntry(Object, Object) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap contains the given entry.
- doesNotContainEntry(Object, M) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Fails if the map contains an entry with the given key and a value that corresponds to the given value.
- doesNotContainEntry(Object, M) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Fails if the multimap contains an entry with the given key and a value that corresponds to the given value.
- doesNotContainKey(Object) - Method in class com.google.common.truth.MapSubject
-
Fails if the map contains the given key.
- doesNotContainKey(Object) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap contains the given key.
- doesNotContainMatch(Pattern) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string contains a match on the given regex.
- doesNotContainMatch(String) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string contains a match on the given regex.
- doesNotContainMatch(String) - Method in class com.google.common.truth.StringSubject
-
Fails if the string contains a match on the given regex.
- doesNotContainMatch(Pattern) - Method in class com.google.common.truth.StringSubject
-
Fails if the string contains a match on the given regex.
- doesNotMatch(Pattern) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string matches the given regex.
- doesNotMatch(String) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string matches the given regex.
- doesNotMatch(String) - Method in class com.google.common.truth.StringSubject
-
Fails if the string matches the given regex.
- doesNotMatch(Pattern) - Method in class com.google.common.truth.StringSubject
-
Fails if the string matches the given regex.
- DoubleSubject - Class in com.google.common.truth
-
Propositions for
Doublesubjects. - DoubleSubject.TolerantDoubleComparison - Class in com.google.common.truth
-
A partially specified check about an approximate relationship to a
doublesubject using a tolerance.
E
- endsWith(String) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not end with the given string.
- equals(Object) - Method in class com.google.common.truth.Correspondence
-
Deprecated.
Object.equals(Object)is not supported. If you meant to compare objects using thisCorrespondence, useCorrespondence.compare(A, E). - equals(Object) - Method in class com.google.common.truth.DoubleSubject.TolerantDoubleComparison
-
Deprecated.
Object.equals(Object)is not supported on TolerantDoubleComparison. If you meant to compare doubles, useDoubleSubject.TolerantDoubleComparison.of(double)instead. - equals(Object) - Method in class com.google.common.truth.FloatSubject.TolerantFloatComparison
-
Deprecated.
Object.equals(Object)is not supported on TolerantFloatComparison. If you meant to compare floats, useFloatSubject.TolerantFloatComparison.of(float)instead. - equals(Object) - Method in class com.google.common.truth.Subject
-
Deprecated.
Object.equals(Object)is not supported on Truth subjects. If you meant to test object equality between an expected and the actual value, useSubject.isEqualTo(Object)instead. - equals(Object) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Deprecated.Do not call
equals()on aIterableOfProtosFluentAssertion. - equals(Object) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Deprecated.Do not call
equals()on aMapWithProtoValuesFluentAssertion. - equals(Object) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Deprecated.Do not call
equals()on aMultimapWithProtoValuesFluentAssertion. - equals(Object) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Deprecated.Do not call
equals()on aProtoFluentAssertion. UseProtoFluentAssertion.isEqualTo(Message)instead. - Expect - Class in com.google.common.truth
-
A
TestRulethat batches up all failures encountered during a test, and reports them all together at the end (similar toErrorCollector). - expectFailure(ExpectFailure.StandardSubjectBuilderCallback) - Static method in class com.google.common.truth.ExpectFailure
-
Static alternative that directly returns the triggered failure.
- ExpectFailure - Class in com.google.common.truth
-
A utility for testing that assertions against a custom
Subjectfail when they should, plus a utility to assert about parts of the resulting failure messages. - ExpectFailure() - Constructor for class com.google.common.truth.ExpectFailure
-
Creates a new instance for use as a
@Rule. - ExpectFailure.SimpleSubjectBuilderCallback<S extends Subject,A> - Interface in com.google.common.truth
-
A "functional interface" for
expectFailureAbout()to invoke and capture failures. - ExpectFailure.StandardSubjectBuilderCallback - Interface in com.google.common.truth
-
A "functional interface" for
expectFailure()to invoke and capture failures. - expectFailureAbout(Subject.Factory<S, A>, ExpectFailure.SimpleSubjectBuilderCallback<S, A>) - Static method in class com.google.common.truth.ExpectFailure
-
Static alternative that directly returns the triggered failure.
F
- fact(String, Object) - Static method in class com.google.common.truth.Fact
-
Creates a fact with the given key and value, which will be printed in a format like "key: value." The value is converted to a string by calling
String.valueOfon it. - Fact - Class in com.google.common.truth
-
A string key-value pair in a failure message, such as "expected: abc" or "but was: xyz."
- factKeys() - Method in class com.google.common.truth.TruthFailureSubject
-
Returns a subject for the list of fact keys.
- factValue(String) - Method in class com.google.common.truth.TruthFailureSubject
-
Returns a subject for the value with the given name.
- factValue(String, int) - Method in class com.google.common.truth.TruthFailureSubject
-
Returns a subject for the value of the
index-th instance of the fact with the given name. - fail() - Method in class com.google.common.truth.StandardSubjectBuilder
-
Reports a failure.
- fail(AssertionError) - Method in interface com.google.common.truth.FailureStrategy
-
Handles a failure.
- FailureMetadata - Class in com.google.common.truth
-
An opaque, immutable object containing state from the previous calls in the fluent assertion chain.
- FailureStrategy - Interface in com.google.common.truth
-
Defines what to do when a check fails.
- failWithActual(Fact, Fact...) - Method in class com.google.common.truth.Subject
-
Fails, reporting a message with the given facts, followed by an automatically added fact of the form: but was: actual value.
- failWithActual(String, Object) - Method in class com.google.common.truth.Subject
-
Fails, reporting a message with two "facts": key: value but was: actual value.
- failWithoutActual(Fact, Fact...) - Method in class com.google.common.truth.Subject
-
Fails, reporting a message with the given facts, without automatically adding the actual value.
- FieldScope - Class in com.google.common.truth.extensions.proto
-
An immutable, abstract representation of a set of specific field paths.
- FieldScopes - Class in com.google.common.truth.extensions.proto
-
Factory class for
FieldScopeinstances. - FloatSubject - Class in com.google.common.truth
-
Propositions for
Floatsubjects. - FloatSubject.TolerantFloatComparison - Class in com.google.common.truth
-
A partially specified check about an approximate relationship to a
floatsubject using a tolerance. - forCustomFailureStrategy(FailureStrategy) - Static method in class com.google.common.truth.StandardSubjectBuilder
-
Returns a new instance that invokes the given
FailureStrategywhen a check fails. - formatDiff(A, E) - Method in interface com.google.common.truth.Correspondence.DiffFormatter
-
Returns a
Stringdescribing the difference between theactualandexpectedvalues, if possible, ornullif not. - formatDiff(A, E) - Method in class com.google.common.truth.Correspondence
-
Returns a
Stringdescribing the difference between theactualandexpectedvalues, if possible, ornullif not. - formattingDiffsUsing(Correspondence.DiffFormatter<? super A, ? super E>) - Method in class com.google.common.truth.Correspondence
-
Returns a new correspondence which is like this one, except that the given formatter may be used to format the difference between a pair of elements that do not correspond.
- formattingDiffsUsing(Correspondence.DiffFormatter<? super T, ? super T>) - Method in class com.google.common.truth.IterableSubject
-
Starts a method chain for a check in which failure messages may use the given
Correspondence.DiffFormatterto describe the difference between an actual elements (i.e. - formattingDiffsUsing(Correspondence.DiffFormatter<? super V, ? super V>) - Method in class com.google.common.truth.MapSubject
-
Starts a method chain for a check in which failure messages may use the given
Correspondence.DiffFormatterto describe the difference between an actual value (i.e. - from(Correspondence.BinaryPredicate<A, E>, String) - Static method in class com.google.common.truth.Correspondence
-
Constructs a
Correspondencethat compares actual and expected elements using the given binary predicate. - fromSetFields(Message) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich is constrained to precisely those specific field paths that are explicitly set in the message. - fromSetFields(Message, Message, Message...) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Creates a
FieldScopecovering the fields set in every message in the provided list of messages, with the same semantics as inFieldScopes.fromSetFields(Message). - fromSetFields(Iterable<? extends Message>) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Creates a
FieldScopecovering the fields set in every message in the provided list of messages, with the same semantics as inFieldScopes.fromSetFields(Message).
G
- getFailure() - Method in class com.google.common.truth.ExpectFailure
-
Returns the captured failure, if one occurred.
- GuavaOptionalSubject - Class in com.google.common.truth
-
Propositions for Guava
Optionalsubjects.
H
- hasAllRequiredFields() - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Checks whether the subject has all required fields set.
- hasAllRequiredFields() - Method in class com.google.common.truth.extensions.proto.ProtoSubject
- hasCauseThat() - Method in class com.google.common.truth.ThrowableSubject
-
Returns a new
ThrowableSubjectthat supports assertions on this throwable's direct cause. - hasCount(Object, int) - Method in class com.google.common.truth.MultisetSubject
-
Fails if the element does not have the given count.
- hasFailures() - Method in class com.google.common.truth.Expect
- hashCode() - Method in class com.google.common.truth.Correspondence
-
Deprecated.
Object.hashCode()is not supported. - hashCode() - Method in class com.google.common.truth.DoubleSubject.TolerantDoubleComparison
-
Deprecated.
Object.hashCode()is not supported on TolerantDoubleComparison - hashCode() - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Deprecated.
IterableOfProtosFluentAssertiondoes not supporthashCode(). - hashCode() - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Deprecated.
MapWithProtoValuesFluentAssertiondoes not supporthashCode(). - hashCode() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Deprecated.
MultimapWithProtoValuesFluentAssertiondoes not supporthashCode(). - hashCode() - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Deprecated.
ProtoFluentAssertiondoes not supporthashCode(). UseProtoFluentAssertion.isEqualTo(Message)for testing. - hashCode() - Method in class com.google.common.truth.FloatSubject.TolerantFloatComparison
-
Deprecated.
Object.hashCode()is not supported on TolerantFloatComparison - hashCode() - Method in class com.google.common.truth.Subject
-
Deprecated.
Object.hashCode()is not supported on Truth subjects. - hasLength(int) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not have the given length.
- hasMessageThat() - Method in class com.google.common.truth.ThrowableSubject
-
Returns a
StringSubjectto make assertions about the throwable's message. - hasSize(int) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject does not have the given size.
- hasSize(int) - Method in class com.google.common.truth.IterableSubject
-
Fails if the subject does not have the given size.
- hasSize(int) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject does not have the given size.
- hasSize(int) - Method in class com.google.common.truth.MapSubject
-
Fails if the map does not have the given size.
- hasSize(int) - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap does not have the given size.
- hasSize(int) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not have the given size.
- hasSize(int) - Method in class com.google.common.truth.TableSubject
-
Fails if the table does not have the given size.
- hasValue(double) - Method in class com.google.common.truth.OptionalDoubleSubject
-
Fails if the
OptionalDoubledoes not have the given value or the subject is null. - hasValue(int) - Method in class com.google.common.truth.OptionalIntSubject
-
Fails if the
OptionalIntdoes not have the given value or the subject is null. - hasValue(long) - Method in class com.google.common.truth.OptionalLongSubject
-
Fails if the
OptionalLongdoes not have the given value or the subject is null. - hasValue(Object) - Method in class com.google.common.truth.GuavaOptionalSubject
-
Fails if the
Optional<T>does not have the given value or the subject is null. - hasValue(Object) - Method in class com.google.common.truth.OptionalSubject
-
Fails if the
Optional<T>does not have the given value or the subject is null.
I
- ignoreCheck() - Method in class com.google.common.truth.Subject
-
Begins a new call chain that ignores any failures.
- ignoringCase() - Method in class com.google.common.truth.StringSubject
-
Returns a
StringSubject-like instance that will ignore the case of the characters. - ignoringExtraRepeatedFieldElements() - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElements() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElements() - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElements() - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElementsForValues() - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElementsForValues() - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElementsForValues() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElementsForValues() - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that, for all repeated and map fields, any elements in the 'actual' proto which are not found in the 'expected' proto are ignored, with the exception of fields in the expected proto which are empty.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified field descriptors should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(int, int...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(int, int...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringExtraRepeatedFieldElementsOfFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that extra repeated field elements for these explicitly specified top-level field numbers should be ignored.
- ignoringFieldAbsence() - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsence() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsence() - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsence() - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsenceForValues() - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsenceForValues() - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsenceForValues() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsenceForValues() - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the 'has' bit of individual fields should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(int, int...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(int, int...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldAbsenceOfFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the 'has' bit of these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, minus all fields matching the givenDescriptors.FieldDescriptors. - ignoringFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches everything except the provided field descriptors for the message. - ignoringFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, minus all fields defined by the given field numbers. - ignoringFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches everything except the provided field descriptors for the message. - ignoringFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Excludes all message fields matching the given
Descriptors.FieldDescriptors from the comparison. - ignoringFields(int, int...) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, minus all fields defined by the given field numbers. - ignoringFields(int, int...) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches everything except the provided field numbers for the top level message type. - ignoringFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(int, int...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(int, int...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.FieldScope
-
Returns a
FieldScopeequivalent to this one, minus all fields defined by the given field numbers. - ignoringFields(Iterable<Integer>) - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches everything except the provided field numbers for the top level message type. - ignoringFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldScope(FieldScope) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScope(FieldScope) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScope(FieldScope) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScope(FieldScope) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScopeForValues(FieldScope) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScopeForValues(FieldScope) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScopeForValues(FieldScope) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldScopeForValues(FieldScope) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Excludes all specific field paths under the argument
FieldScopefrom the comparison. - ignoringFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Excludes the top-level message fields with the given tag numbers from the comparison.
- ignoringRepeatedFieldOrder() - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrder() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrder() - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrder() - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderForValues() - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderForValues() - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderForValues() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderForValues() - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields, at all levels, should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptors(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldDescriptorsForValues(Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified field descriptors should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(int, int...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(int, int...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(int, int...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFields(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(int, int...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(int, int...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- ignoringRepeatedFieldOrderOfFieldsForValues(Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Specifies that the ordering of repeated fields for these explicitly specified top-level field numbers should be ignored when comparing for equality.
- inOrder() - Method in interface com.google.common.truth.Ordered
-
An additional assertion, implemented by some containment subjects which allows for a further constraint of orderedness.
- IntegerSubject - Class in com.google.common.truth
-
Propositions for
Integersubjects. - IntegerSubject(FailureMetadata, Integer) - Constructor for class com.google.common.truth.IntegerSubject
-
Constructor for use by subclasses.
- intStreams() - Static method in class com.google.common.truth.IntStreamSubject
- IntStreamSubject - Class in com.google.common.truth
-
Propositions for
IntStreamsubjects. - invokeAssertion(SimpleSubjectBuilder<S, A>) - Method in interface com.google.common.truth.ExpectFailure.SimpleSubjectBuilderCallback
- invokeAssertion(StandardSubjectBuilder) - Method in interface com.google.common.truth.ExpectFailure.StandardSubjectBuilderCallback
- isAbsent() - Method in class com.google.common.truth.GuavaOptionalSubject
-
Fails if the
Optional<T>is present or the subject is null. - isAnyOf(Object, Object, Object...) - Method in class com.google.common.truth.Subject
-
Fails unless the subject is equal to any of the given elements.
- isAssignableTo(Class<?>) - Method in class com.google.common.truth.ClassSubject
-
Fails if this class or interface is not the same as or a subclass or subinterface of, the given class or interface.
- isAtLeast(int) - Method in class com.google.common.truth.DoubleSubject
-
Checks that the subject is greater than or equal to
other. - isAtLeast(int) - Method in class com.google.common.truth.FloatSubject
-
Checks that the subject is greater than or equal to
other. - isAtLeast(int) - Method in class com.google.common.truth.LongSubject
-
Checks that the subject is greater than or equal to
other. - isAtLeast(T) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is greater than or equal to
other. - isAtMost(int) - Method in class com.google.common.truth.DoubleSubject
-
Checks that the subject is less than or equal to
other. - isAtMost(int) - Method in class com.google.common.truth.FloatSubject
-
Checks that the subject is less than or equal to
other. - isAtMost(int) - Method in class com.google.common.truth.LongSubject
-
Checks that the subject is less than or equal to
other. - isAtMost(T) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is less than or equal to
other. - isEmpty() - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject is not empty.
- isEmpty() - Method in class com.google.common.truth.IterableSubject
-
Fails if the subject is not empty.
- isEmpty() - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject is not empty.
- isEmpty() - Method in class com.google.common.truth.MapSubject
-
Fails if the map is not empty.
- isEmpty() - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap is not empty.
- isEmpty() - Method in class com.google.common.truth.OptionalDoubleSubject
-
Fails if the
OptionalDoubleis present or the subject is null. - isEmpty() - Method in class com.google.common.truth.OptionalIntSubject
-
Fails if the
OptionalIntis present or the subject is null. - isEmpty() - Method in class com.google.common.truth.OptionalLongSubject
-
Fails if the
OptionalLongis present or the subject is null. - isEmpty() - Method in class com.google.common.truth.OptionalSubject
-
Fails if the
Optional<T>is present or the subject is null. - isEmpty() - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject is not empty.
- isEmpty() - Method in class com.google.common.truth.StringSubject
-
Fails if the string is not equal to the zero-length "empty string."
- isEmpty() - Method in class com.google.common.truth.TableSubject
-
Fails if the table is not empty.
- isEqualTo(Message) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares the subject of the assertion to
expected, using all of the rules specified by earlier operations. - isEqualTo(Object) - Method in class com.google.common.truth.BigDecimalSubject
-
Fails if the subject's value and scale is not equal to the given
BigDecimal. - isEqualTo(Object) - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is exactly equal to the given value, with equality defined as by
Double#equals. - isEqualTo(Object) - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Checks whether the MessageLite is equivalent to the argument, using the standard equals() implementation.
- isEqualTo(Object) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
- isEqualTo(Object) - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is exactly equal to the given value, with equality defined as by
Float#equals. - isEqualTo(Object) - Method in class com.google.common.truth.IterableSubject
- isEqualTo(Object) - Method in class com.google.common.truth.MapSubject
- isEqualTo(Object) - Method in class com.google.common.truth.MultimapSubject
- isEqualTo(Object) - Method in class com.google.common.truth.Subject
-
Fails if the subject is not equal to the given object.
- isEqualTo(MessageLite.Builder) - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Deprecated.A Builder can never compare equal to a MessageLite instance. Use
build(), orbuildPartial()on the argument to get a MessageLite for comparison instead. - isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
A check that the actual array and
expectedare arrays of the same length and type, containing elements such that each element inexpectedis equal to each element in the actual array, and in the same position, with element equality defined the same way thatArrays.equals(double[], double[])andDouble.equals(Object)define it (which is different to the way that the==operator on primitivedoubledefines it). - isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
A check that the actual array and
expectedare arrays of the same length and type, containing elements such that each element inexpectedis equal to each element in the actual array, and in the same position, with element equality defined the same way thatArrays.equals(float[], float[])andFloat.equals(Object)define it (which is different to the way that the==operator on primitivefloatdefines it). - isEqualTo(String) - Method in class com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
-
Fails if the subject is not equal to the given sequence (while ignoring case).
- isEqualToDefaultInstance() - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Checks whether the subject is a
MessageLitewith no fields set. - isEqualToIgnoringScale(long) - Method in class com.google.common.truth.BigDecimalSubject
-
Fails if the subject's value is not equal to the value of the
BigDecimalcreated from the expectedlong(i.e., fails ifactual.comparesTo(new BigDecimal(expected)) != 0). - isEqualToIgnoringScale(String) - Method in class com.google.common.truth.BigDecimalSubject
-
Fails if the subject's value is not equal to the value of the
BigDecimalcreated from the expected string (i.e., fails ifactual.comparesTo(new BigDecimal(expected)) != 0). - isEqualToIgnoringScale(BigDecimal) - Method in class com.google.common.truth.BigDecimalSubject
-
Fails if the subject's value is not equal to the value of the given
BigDecimal. - isEquivalentAccordingToCompareTo(Double) - Method in class com.google.common.truth.DoubleSubject
-
Deprecated.Use
DoubleSubject.isWithin(double)orDoubleSubject.isEqualTo(java.lang.Object)instead (see documentation for advice). - isEquivalentAccordingToCompareTo(Float) - Method in class com.google.common.truth.FloatSubject
-
Deprecated.Use
FloatSubject.isWithin(float)orFloatSubject.isEqualTo(java.lang.Object)instead (see documentation for advice). - isEquivalentAccordingToCompareTo(Integer) - Method in class com.google.common.truth.IntegerSubject
-
Deprecated.Use
Subject.isEqualTo(java.lang.Object)instead. Integer comparison is consistent with equality. - isEquivalentAccordingToCompareTo(Long) - Method in class com.google.common.truth.LongSubject
-
Deprecated.Use
Subject.isEqualTo(java.lang.Object)instead. Long comparison is consistent with equality. - isEquivalentAccordingToCompareTo(String) - Method in class com.google.common.truth.StringSubject
-
Deprecated.Use
Subject.isEqualTo(java.lang.Object)instead. String comparison is consistent with equality. - isEquivalentAccordingToCompareTo(BigDecimal) - Method in class com.google.common.truth.BigDecimalSubject
-
Fails if the subject is not equivalent to the given value according to
Comparable.compareTo(T), (i.e., fails ifa.comparesTo(b) != 0). - isEquivalentAccordingToCompareTo(T) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is equivalent to
otheraccording toComparable.compareTo(T), (i.e., checks thata.comparesTo(b) == 0). - isFalse() - Method in class com.google.common.truth.BooleanSubject
-
Fails if the subject is true or
null. - isFinite() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is finite, i.e.
- isFinite() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is finite, i.e.
- isGreaterThan(int) - Method in class com.google.common.truth.DoubleSubject
-
Checks that the subject is greater than
other. - isGreaterThan(int) - Method in class com.google.common.truth.FloatSubject
-
Checks that the subject is greater than
other. - isGreaterThan(int) - Method in class com.google.common.truth.LongSubject
-
Checks that the subject is greater than
other. - isGreaterThan(T) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is greater than
other. - isIn(Range<T>) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is in
range. - isIn(Iterable<?>) - Method in class com.google.common.truth.Subject
-
Fails unless the subject is equal to any element in the given iterable.
- isInOrder() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Deprecated.Protos do not implement
Comparable, so you must supply a comparator. - isInOrder() - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject is not ordered, according to the natural ordering of its elements.
- isInOrder() - Method in class com.google.common.truth.IterableSubject
-
Fails if the iterable is not ordered, according to the natural ordering of its elements.
- isInOrder() - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject is not ordered, according to the natural ordering of its elements.
- isInOrder() - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject is not ordered, according to the natural ordering of its elements.
- isInOrder(Comparator<?>) - Method in class com.google.common.truth.IterableSubject
-
Fails if the iterable is not ordered, according to the given comparator.
- isInOrder(Comparator<?>) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject is not ordered, according to the given comparator.
- isInOrder(Comparator<? super Integer>) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject is not ordered, according to the given comparator.
- isInOrder(Comparator<? super Long>) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject is not ordered, according to the given comparator.
- isInstanceOf(Class<?>) - Method in class com.google.common.truth.Subject
-
Fails if the subject is not an instance of the given class.
- isInStrictOrder() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Deprecated.Protos do not implement
Comparable, so you must supply a comparator. - isInStrictOrder() - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject is not strictly ordered, according to the natural ordering of its elements.
- isInStrictOrder() - Method in class com.google.common.truth.IterableSubject
-
Fails if the iterable is not strictly ordered, according to the natural ordering of its elements.
- isInStrictOrder() - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject is not strictly ordered, according to the natural ordering of its elements.
- isInStrictOrder() - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject is not strictly ordered, according to the natural ordering of its elements.
- isInStrictOrder(Comparator<?>) - Method in class com.google.common.truth.IterableSubject
-
Fails if the iterable is not strictly ordered, according to the given comparator.
- isInStrictOrder(Comparator<?>) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject is not strictly ordered, according to the given comparator.
- isInStrictOrder(Comparator<? super Integer>) - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject is not strictly ordered, according to the given comparator.
- isInStrictOrder(Comparator<? super Long>) - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject is not strictly ordered, according to the given comparator.
- isLessThan(int) - Method in class com.google.common.truth.DoubleSubject
-
Checks that the subject is less than
other. - isLessThan(int) - Method in class com.google.common.truth.FloatSubject
-
Checks that the subject is less than
other. - isLessThan(int) - Method in class com.google.common.truth.LongSubject
-
Checks that the subject is less than
other. - isLessThan(T) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is less than
other. - isNaN() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is
Double.NaN. - isNaN() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is
Float.NaN. - isNegativeInfinity() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is
Double.NEGATIVE_INFINITY. - isNegativeInfinity() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is
Float.NEGATIVE_INFINITY. - isNoneOf(Object, Object, Object...) - Method in class com.google.common.truth.IterableSubject
-
Deprecated.You probably meant to call
IterableSubject.containsNoneOf(java.lang.Object, java.lang.Object, java.lang.Object...)instead. - isNoneOf(Object, Object, Object...) - Method in class com.google.common.truth.Subject
-
Fails if the subject is equal to any of the given elements.
- isNonZero() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is a non-null value other than zero (i.e.
- isNonZero() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is a non-null value other than zero (i.e.
- isNotEmpty() - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject is empty.
- isNotEmpty() - Method in class com.google.common.truth.IterableSubject
-
Fails if the subject is empty.
- isNotEmpty() - Method in class com.google.common.truth.LongStreamSubject
-
Fails if the subject is empty.
- isNotEmpty() - Method in class com.google.common.truth.MapSubject
-
Fails if the map is empty.
- isNotEmpty() - Method in class com.google.common.truth.MultimapSubject
-
Fails if the multimap is empty.
- isNotEmpty() - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject is empty.
- isNotEmpty() - Method in class com.google.common.truth.StringSubject
-
Fails if the string is equal to the zero-length "empty string."
- isNotEmpty() - Method in class com.google.common.truth.TableSubject
-
Fails if the table is empty.
- isNotEqualTo(Message) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares the subject of the assertion to
expected, expecting a difference, using all of the rules specified by earlier operations. - isNotEqualTo(Object) - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is not exactly equal to the given value, with equality defined as by
Double#equals. - isNotEqualTo(Object) - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
- isNotEqualTo(Object) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
- isNotEqualTo(Object) - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is not exactly equal to the given value, with equality defined as by
Float#equals. - isNotEqualTo(Object) - Method in class com.google.common.truth.Subject
-
Fails if the subject is equal to the given object.
- isNotEqualTo(MessageLite.Builder) - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Deprecated.A Builder will never compare equal to a MessageLite instance. Use
build(), orbuildPartial()on the argument to get a MessageLite for comparison instead. - isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
A check that the actual array and
expectedare not arrays of the same length and type, containing elements such that each element inexpectedis equal to each element in the actual array, and in the same position, with element equality defined the same way thatArrays.equals(double[], double[])andDouble.equals(Object)define it (which is different to the way that the==operator on primitivedoubledefines it). - isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
A check that the actual array and
expectedare not arrays of the same length and type, containing elements such that each element inexpectedis equal to each element in the actual array, and in the same position, with element equality defined the same way thatArrays.equals(float[], float[])andFloat.equals(Object)define it (which is different to the way that the==operator on primitivefloatdefines it). - isNotEqualTo(String) - Method in class com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
-
Fails if the subject is equal to the given string (while ignoring case).
- isNotEqualToDefaultInstance() - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Checks whether the subject is not equivalent to a
MessageLitewith no fields set. - isNotIn(Range<T>) - Method in class com.google.common.truth.ComparableSubject
-
Checks that the subject is not in
range. - isNotIn(Iterable<?>) - Method in class com.google.common.truth.IterableSubject
-
Deprecated.You probably meant to call
IterableSubject.containsNoneIn(java.lang.Iterable<?>)instead. - isNotIn(Iterable<?>) - Method in class com.google.common.truth.Subject
-
Fails if the subject is equal to any element in the given iterable.
- isNotInstanceOf(Class<?>) - Method in class com.google.common.truth.Subject
-
Fails if the subject is an instance of the given class.
- isNotNaN() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is a non-null value other than
Double.NaN(but it may beDouble.POSITIVE_INFINITYorDouble.NEGATIVE_INFINITY). - isNotNaN() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is a non-null value other than
Float.NaN(but it may beFloat.POSITIVE_INFINITYorFloat.NEGATIVE_INFINITY). - isNotNull() - Method in class com.google.common.truth.Subject
-
Fails if the subject is null.
- isNotSameInstanceAs(Object) - Method in class com.google.common.truth.Subject
-
Fails if the subject is the same instance as the given object.
- isNotWithin(double) - Method in class com.google.common.truth.DoubleSubject
-
Prepares for a check that the subject is a finite number not within the given tolerance of an expected value that will be provided in the next call in the fluent chain.
- isNotWithin(float) - Method in class com.google.common.truth.FloatSubject
-
Prepares for a check that the subject is a finite number not within the given tolerance of an expected value that will be provided in the next call in the fluent chain.
- isNull() - Method in class com.google.common.truth.Subject
-
Fails if the subject is not null.
- isPositiveInfinity() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is
Double.POSITIVE_INFINITY. - isPositiveInfinity() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is
Float.POSITIVE_INFINITY. - isPresent() - Method in class com.google.common.truth.GuavaOptionalSubject
-
Fails if the
Optional<T>is absent or the subject is null. - isPresent() - Method in class com.google.common.truth.OptionalDoubleSubject
-
Fails if the
OptionalDoubleis empty or the subject is null. - isPresent() - Method in class com.google.common.truth.OptionalIntSubject
-
Fails if the
OptionalIntis empty or the subject is null. - isPresent() - Method in class com.google.common.truth.OptionalLongSubject
-
Fails if the
OptionalLongis empty or the subject is null. - isPresent() - Method in class com.google.common.truth.OptionalSubject
-
Fails if the
Optional<T>is empty or the subject is null. - isSameInstanceAs(Object) - Method in class com.google.common.truth.Subject
-
Fails if the subject is not the same instance as the given object.
- isTrue() - Method in class com.google.common.truth.BooleanSubject
-
Fails if the subject is false or
null. - isWithin(double) - Method in class com.google.common.truth.DoubleSubject
-
Prepares for a check that the subject is a finite number within the given tolerance of an expected value that will be provided in the next call in the fluent chain.
- isWithin(float) - Method in class com.google.common.truth.FloatSubject
-
Prepares for a check that the subject is a finite number within the given tolerance of an expected value that will be provided in the next call in the fluent chain.
- isZero() - Method in class com.google.common.truth.DoubleSubject
-
Asserts that the subject is zero (i.e.
- isZero() - Method in class com.google.common.truth.FloatSubject
-
Asserts that the subject is zero (i.e.
- IterableOfProtosFluentAssertion<M extends Message> - Interface in com.google.common.truth.extensions.proto
-
Fluent API to perform detailed, customizable comparison of iterables of protocol buffers.
- IterableOfProtosSubject<M extends Message> - Class in com.google.common.truth.extensions.proto
-
Truth subject for the iterables of protocol buffers.
- IterableOfProtosSubject(FailureMetadata, Iterable<M>) - Constructor for class com.google.common.truth.extensions.proto.IterableOfProtosSubject
- IterableOfProtosUsingCorrespondence<M extends Message> - Interface in com.google.common.truth.extensions.proto
-
Comparison methods, which enforce the rules set in prior calls to
IterableOfProtosFluentAssertion. - IterableSubject - Class in com.google.common.truth
-
Propositions for
Iterablesubjects. - IterableSubject(FailureMetadata, Iterable<?>) - Constructor for class com.google.common.truth.IterableSubject
-
Constructor for use by subclasses.
- IterableSubject.UsingCorrespondence<A,E> - Class in com.google.common.truth
-
A partially specified check in which the actual elements (normally the elements of the
Iterableunder test) are compared to expected elements using aCorrespondence.
L
- liteProtos() - Static method in class com.google.common.truth.extensions.proto.LiteProtoTruth
- LiteProtoSubject - Class in com.google.common.truth.extensions.proto
-
Truth subjects for the Lite version of Protocol Buffers.
- LiteProtoSubject(FailureMetadata, MessageLite) - Constructor for class com.google.common.truth.extensions.proto.LiteProtoSubject
- LiteProtoTruth - Class in com.google.common.truth.extensions.proto
-
A set of static methods to begin a Truth assertion chain for the lite version of protocol buffers.
- longStreams() - Static method in class com.google.common.truth.LongStreamSubject
- LongStreamSubject - Class in com.google.common.truth
-
Propositions for
LongStreamsubjects. - LongSubject - Class in com.google.common.truth
-
Propositions for
longsubjects. - LongSubject(FailureMetadata, Long) - Constructor for class com.google.common.truth.LongSubject
-
Constructor for use by subclasses.
M
- MapSubject - Class in com.google.common.truth
-
Propositions for
Mapsubjects. - MapSubject(FailureMetadata, Map<?, ?>) - Constructor for class com.google.common.truth.MapSubject
-
Constructor for use by subclasses.
- MapSubject.UsingCorrespondence<A,E> - Class in com.google.common.truth
-
A partially specified check in which the actual values (i.e.
- MapWithProtoValuesFluentAssertion<M extends Message> - Interface in com.google.common.truth.extensions.proto
-
Fluent API to perform detailed, customizable comparison of maps containing protocol buffers as values.
- MapWithProtoValuesSubject<M extends Message> - Class in com.google.common.truth.extensions.proto
-
Truth subject for maps with protocol buffers for values.
- MapWithProtoValuesSubject(FailureMetadata, Map<?, M>) - Constructor for class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
- matches(Pattern) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string does not match the given regex.
- matches(String) - Method in class com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Fails if the string does not match the given regex.
- matches(String) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not match the given regex.
- matches(Pattern) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not match the given regex.
- metadata() - Method in class com.google.common.truth.CustomSubjectBuilder
- MultimapSubject - Class in com.google.common.truth
-
Propositions for
Multimapsubjects. - MultimapSubject(FailureMetadata, Multimap<?, ?>) - Constructor for class com.google.common.truth.MultimapSubject
-
Constructor for use by subclasses.
- MultimapSubject.UsingCorrespondence<A,E> - Class in com.google.common.truth
-
A partially specified check in which the actual values (i.e.
- MultimapWithProtoValuesFluentAssertion<M extends Message> - Interface in com.google.common.truth.extensions.proto
-
Fluent API to perform detailed, customizable comparison of
Multimaps containing protocol buffers as values. - MultimapWithProtoValuesSubject<M extends Message> - Class in com.google.common.truth.extensions.proto
-
Truth subject for
Multimaps with protocol buffers for values. - MultimapWithProtoValuesSubject(FailureMetadata, Multimap<?, M>) - Constructor for class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
- MultisetSubject - Class in com.google.common.truth
-
Propositions for
Multisetsubjects.
N
- none() - Static method in class com.google.common.truth.extensions.proto.FieldScopes
-
Returns a
FieldScopewhich matches no fields.
O
- ObjectArraySubject<T> - Class in com.google.common.truth
-
A Subject for
Object[]and more genericallyT[]. - of(double) - Method in class com.google.common.truth.DoubleSubject.TolerantDoubleComparison
-
Fails if the subject was expected to be within the tolerance of the given value but was not or if it was expected not to be within the tolerance but was.
- of(float) - Method in class com.google.common.truth.FloatSubject.TolerantFloatComparison
-
Fails if the subject was expected to be within the tolerance of the given value but was not or if it was expected not to be within the tolerance but was.
- optionalDoubles() - Static method in class com.google.common.truth.OptionalDoubleSubject
- OptionalDoubleSubject - Class in com.google.common.truth
-
Propositions for Java 8
OptionalDoublesubjects. - optionalInts() - Static method in class com.google.common.truth.OptionalIntSubject
- OptionalIntSubject - Class in com.google.common.truth
-
Propositions for Java 8
OptionalIntsubjects. - optionalLongs() - Static method in class com.google.common.truth.OptionalLongSubject
- OptionalLongSubject - Class in com.google.common.truth
-
Propositions for Java 8
OptionalLongsubjects. - optionals() - Static method in class com.google.common.truth.OptionalSubject
- OptionalSubject - Class in com.google.common.truth
-
Propositions for Java 8
Optionalsubjects. - Ordered - Interface in com.google.common.truth
-
Returned by calls like
IterableSubject.containsExactly(java.lang.Object...),Orderedlets the caller additionally check that the expected elements were present in the order they were passed to the previous calls.
P
- paths() - Static method in class com.google.common.truth.PathSubject
- PathSubject - Class in com.google.common.truth
-
Assertions for
Pathinstances. - PrimitiveBooleanArraySubject - Class in com.google.common.truth
-
A Subject for
boolean[]. - PrimitiveByteArraySubject - Class in com.google.common.truth
-
A Subject for
byte[]. - PrimitiveCharArraySubject - Class in com.google.common.truth
-
A Subject for
char[]. - PrimitiveDoubleArraySubject - Class in com.google.common.truth
-
A Subject for
double[]. - PrimitiveDoubleArraySubject.DoubleArrayAsIterable - Class in com.google.common.truth
-
A partially specified check for doing assertions on the array similar to the assertions supported for
Iterablesubjects, in which the elements of the array under test are compared to expected elements using either exact or tolerant double equality: seePrimitiveDoubleArraySubject.usingExactEquality()andPrimitiveDoubleArraySubject.usingTolerance(double). - PrimitiveFloatArraySubject - Class in com.google.common.truth
-
A Subject for
float[]. - PrimitiveFloatArraySubject.FloatArrayAsIterable - Class in com.google.common.truth
-
A partially specified check for doing assertions on the array similar to the assertions supported for
Iterablesubjects, in which the elements of the array under test are compared to expected elements using either exact or tolerant float equality: seePrimitiveFloatArraySubject.usingExactEquality()andPrimitiveFloatArraySubject.usingTolerance(double). - PrimitiveIntArraySubject - Class in com.google.common.truth
-
A Subject for
int[]. - PrimitiveLongArraySubject - Class in com.google.common.truth
-
A Subject for
long[]. - PrimitiveShortArraySubject - Class in com.google.common.truth
-
A Subject for
short[]. - ProtoFluentAssertion - Interface in com.google.common.truth.extensions.proto
-
Fluent API to perform detailed, customizable comparison of Protocol buffers.
- protos() - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
-
Returns a
CustomSubjectBuilder.Factory, akin to aSubject.Factory, which can be used to assert on multiple types of Protos and collections containing them. - ProtoSubject - Class in com.google.common.truth.extensions.proto
-
Truth subject for the full version of Protocol Buffers.
- ProtoSubject(FailureMetadata, Message) - Constructor for class com.google.common.truth.extensions.proto.ProtoSubject
- ProtoSubjectBuilder - Class in com.google.common.truth.extensions.proto
-
CustomSubjectBuilderwhich aggregates all Proto-relatedSubjectclasses into a single place. - ProtoTruth - Class in com.google.common.truth.extensions.proto
-
A set of static methods to begin a Truth assertion chain for protocol buffers.
R
- re2jString() - Static method in class com.google.common.truth.extensions.re2j.Re2jSubjects
-
Returns a subject factory for
Stringsubjects which you can use to assert things aboutPatternregexes. - Re2jSubjects - Class in com.google.common.truth.extensions.re2j
-
Truth subjects for re2j regular expressions.
- Re2jSubjects.Re2jStringSubject - Class in com.google.common.truth.extensions.re2j
-
Subject for
Stringsubjects which you can use to assert things aboutPatternregexes. - reportingMismatchesOnly() - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnly() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnly() - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnly() - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnlyForValues() - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnlyForValues() - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnlyForValues() - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
- reportingMismatchesOnlyForValues() - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
If set, in the event of a comparison failure, the error message printed will list only those specific fields that did not match between the actual and expected values.
S
- serializedSize() - Method in class com.google.common.truth.extensions.proto.LiteProtoSubject
-
Returns an
IntegerSubjecton the serialized size of the MessageLite. - simpleFact(String) - Static method in class com.google.common.truth.Fact
-
Creates a fact with no value, which will be printed in the format "key" (with no colon or value).
- SimpleSubjectBuilder<SubjectT extends Subject,ActualT> - Class in com.google.common.truth
-
In a fluent assertion chain, exposes the most common
thatmethod, which accepts a value under test and returns aSubject. - StandardSubjectBuilder - Class in com.google.common.truth
-
In a fluent assertion chain, an object with which you can do any of the following: Set an optional message with
StandardSubjectBuilder.withMessage(java.lang.String). - startsWith(String) - Method in class com.google.common.truth.StringSubject
-
Fails if the string does not start with the given string.
- streams() - Static method in class com.google.common.truth.StreamSubject
- StreamSubject - Class in com.google.common.truth
-
Propositions for
Streamsubjects. - StringSubject - Class in com.google.common.truth
-
Propositions for string subjects.
- StringSubject(FailureMetadata, String) - Constructor for class com.google.common.truth.StringSubject
-
Constructor for use by subclasses.
- StringSubject.CaseInsensitiveStringComparison - Class in com.google.common.truth
-
Case insensitive propositions for string subjects.
- Subject - Class in com.google.common.truth
-
An object that lets you perform checks on the value under test.
- Subject(FailureMetadata, Object) - Constructor for class com.google.common.truth.Subject
-
Constructor for use by subclasses.
- Subject.Factory<SubjectT extends Subject,ActualT> - Interface in com.google.common.truth
T
- TableSubject - Class in com.google.common.truth
-
Propositions for
Tablesubjects. - that(boolean[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(byte[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(char[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(double[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(float[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(int[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(long[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(short[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(ActualT) - Method in class com.google.common.truth.SimpleSubjectBuilder
- that(Optional<?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Multimap<?, ?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Multimap<?, M>) - Method in class com.google.common.truth.extensions.proto.ProtoSubjectBuilder
- that(Multiset<?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Table<?, ?, ?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Message) - Method in class com.google.common.truth.extensions.proto.ProtoSubjectBuilder
- that(MessageLite) - Method in class com.google.common.truth.extensions.proto.ProtoSubjectBuilder
- that(ComparableT) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Boolean) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Class<?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Double) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Float) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Integer) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Iterable<?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Iterable<M>) - Method in class com.google.common.truth.extensions.proto.ProtoSubjectBuilder
- that(Long) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Object) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(String) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Throwable) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(BigDecimal) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Map<?, ?>) - Method in class com.google.common.truth.StandardSubjectBuilder
- that(Map<?, M>) - Method in class com.google.common.truth.extensions.proto.ProtoSubjectBuilder
- that(T[]) - Method in class com.google.common.truth.StandardSubjectBuilder
- ThrowableSubject - Class in com.google.common.truth
-
Propositions for
Throwablesubjects. - ThrowableSubject(FailureMetadata, Throwable) - Constructor for class com.google.common.truth.ThrowableSubject
-
Constructor for use by subclasses.
- tolerance(double) - Static method in class com.google.common.truth.Correspondence
-
Returns a
CorrespondencebetweenNumberinstances that considers instances to correspond (i.e. - toString() - Method in class com.google.common.truth.Correspondence
-
Returns a description of the correspondence, suitable to fill the gap in a failure message of the form
"<some actual element> is an element that ... <some expected element>". - toString() - Method in class com.google.common.truth.Fact
-
Returns a simple string representation for the fact.
- toString() - Method in class com.google.common.truth.Subject
- transforming(Function<A, ?>, Function<E, ?>, String) - Static method in class com.google.common.truth.Correspondence
-
Constructs a
Correspondencethat compares elements by transforming the actual and the expected elements using the given functions and testing the transformed values for equality. - transforming(Function<A, ? extends E>, String) - Static method in class com.google.common.truth.Correspondence
-
Constructs a
Correspondencethat compares elements by transforming the actual elements using the given function and testing for equality with the expected elements. - Truth - Class in com.google.common.truth
-
The primary entry point for Truth, a library for fluent test assertions.
- Truth8 - Class in com.google.common.truth
-
The primary entry point for assertions about Java 8 types.
- truthFailures() - Static method in class com.google.common.truth.TruthFailureSubject
-
Factory for creating
TruthFailureSubjectinstances. - TruthFailureSubject - Class in com.google.common.truth
-
Subject for
AssertionErrorobjects thrown by Truth. - TruthJUnit - Class in com.google.common.truth
-
Provides a way to use Truth to perform JUnit "assumptions." An assumption is a check that, if false, aborts (skips) the test.
U
- unpackingAnyUsing(TypeRegistry, ExtensionRegistry) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
- unpackingAnyUsing(TypeRegistry, ExtensionRegistry) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
- unpackingAnyUsing(TypeRegistry, ExtensionRegistry) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
- unpackingAnyUsing(TypeRegistry, ExtensionRegistry) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
- unpackingAnyUsingForValues(TypeRegistry, ExtensionRegistry) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
- unpackingAnyUsingForValues(TypeRegistry, ExtensionRegistry) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
- unpackingAnyUsingForValues(TypeRegistry, ExtensionRegistry) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
- unpackingAnyUsingForValues(TypeRegistry, ExtensionRegistry) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
- usingDoubleTolerance(double) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleTolerance(double) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleTolerance(double) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleTolerance(double) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleToleranceForFieldDescriptors(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptors(double, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFieldDescriptorsForValues(double, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares double fields with these explicitly specified fields using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, int, int...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, int, int...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, int, int...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, int, int...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFields(double, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, int, int...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, int, int...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, int, int...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, int, int...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForFieldsForValues(double, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares double fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingDoubleToleranceForValues(double) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleToleranceForValues(double) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleToleranceForValues(double) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingDoubleToleranceForValues(double) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares double fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingExactEquality() - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
Starts a method chain for a check in which the actual values (i.e.
- usingExactEquality() - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
Starts a method chain for a check in which the actual values (i.e.
- usingFloatTolerance(float) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatTolerance(float) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatTolerance(float) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatTolerance(float) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatToleranceForFieldDescriptors(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptors(float, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Descriptors.FieldDescriptor, Descriptors.FieldDescriptor...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares float fields with these explicitly specified fields using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Iterable<Descriptors.FieldDescriptor>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldDescriptorsForValues(float, Iterable<Descriptors.FieldDescriptor>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, int, int...) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, int, int...) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, int, int...) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, int, int...) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFields(float, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, int, int...) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, int, int...) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, int, int...) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, int, int...) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, Iterable<Integer>) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForFieldsForValues(float, Iterable<Integer>) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares float fields with these explicitly specified top-level field numbers using the provided absolute tolerance.
- usingFloatToleranceForValues(float) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatToleranceForValues(float) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatToleranceForValues(float) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingFloatToleranceForValues(float) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Compares float fields as equal if they are both finite and their absolute difference is less than or equal to
tolerance. - usingTolerance(double) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
Starts a method chain for a check in which the actual values (i.e.
- usingTolerance(double) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
Starts a method chain for a check in which the actual values (i.e.
V
- valuesForKey(Object) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
- valuesForKey(Object) - Method in class com.google.common.truth.MultimapSubject
W
- whenTesting() - Method in class com.google.common.truth.ExpectFailure
-
Returns a test verb that expects the chained assertion to fail, and makes the failure available via
ExpectFailure.getFailure(). - withMessage(String) - Method in class com.google.common.truth.StandardSubjectBuilder
-
Returns a new instance that will output the given message before the main failure message.
- withMessage(String, Object...) - Method in class com.google.common.truth.StandardSubjectBuilder
-
Returns a new instance that will output the given message before the main failure message.
- withPartialScope(FieldScope) - Method in interface com.google.common.truth.extensions.proto.IterableOfProtosFluentAssertion
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScope(FieldScope) - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScope(FieldScope) - Method in interface com.google.common.truth.extensions.proto.ProtoFluentAssertion
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScope(FieldScope) - Method in class com.google.common.truth.extensions.proto.ProtoSubject
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScopeForValues(FieldScope) - Method in interface com.google.common.truth.extensions.proto.MapWithProtoValuesFluentAssertion
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScopeForValues(FieldScope) - Method in class com.google.common.truth.extensions.proto.MapWithProtoValuesSubject
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScopeForValues(FieldScope) - Method in interface com.google.common.truth.extensions.proto.MultimapWithProtoValuesFluentAssertion
-
Limits the comparison of Protocol buffers to the defined
FieldScope. - withPartialScopeForValues(FieldScope) - Method in class com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Limits the comparison of Protocol buffers to the defined
FieldScope.
All Classes All Packages