A C D H I L O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- actualCustomStringRepresentation() - Method in class com.google.common.truth.IntStreamSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.LongStreamSubject
- actualCustomStringRepresentation() - Method in class com.google.common.truth.StreamSubject
- assertThat(Path) - Static method in class com.google.common.truth.Truth8
- 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
C
- com.google.common.truth - package com.google.common.truth
- 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(Object) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain the given element.
- 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.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.
- 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(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.
- 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(Object, Object, Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain all of the given elements.
- 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.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.
- 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(Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject does not contain exactly the given elements.
- 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.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.
- containsNoDuplicates() - Method in class com.google.common.truth.IntStreamSubject
-
Fails if the subject contains 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(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.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.
- 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(Object, Object, Object...) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject contains any of the given elements.
D
- 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(Object) - Method in class com.google.common.truth.StreamSubject
-
Fails if the subject contains the given element.
H
- 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.LongStreamSubject
-
Fails if the subject 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.
- 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.OptionalSubject
-
Fails if the
Optional<T>does not have the given value or the subject is null.
I
- intStreams() - Static method in class com.google.common.truth.IntStreamSubject
- IntStreamSubject - Class in com.google.common.truth
-
Propositions for
IntStreamsubjects. - isEmpty() - Method in class com.google.common.truth.IntStreamSubject
-
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.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.
- 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.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.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.
- 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.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.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.
- isNotEmpty() - Method in class com.google.common.truth.IntStreamSubject
-
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.StreamSubject
-
Fails if the subject is empty.
- 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.
L
- longStreams() - Static method in class com.google.common.truth.LongStreamSubject
- LongStreamSubject - Class in com.google.common.truth
-
Propositions for
LongStreamsubjects.
O
- 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.
P
- paths() - Static method in class com.google.common.truth.PathSubject
- PathSubject - Class in com.google.common.truth
-
Assertions for
Pathinstances.
S
- streams() - Static method in class com.google.common.truth.StreamSubject
- StreamSubject - Class in com.google.common.truth
-
Propositions for
Streamsubjects.
T
- Truth8 - Class in com.google.common.truth
-
The primary entry point for assertions about Java 8 types.
All Classes All Packages