Skip navigation links
A C D H I L O P S T 

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(Optional<?>) - 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(OptionalDouble) - Static method in class com.google.common.truth.Truth8
 
assertThat(Stream<?>) - 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(Path) - 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 OptionalDouble does not have the given value or the subject is null.
hasValue(int) - Method in class com.google.common.truth.OptionalIntSubject
Fails if the OptionalInt does not have the given value or the subject is null.
hasValue(long) - Method in class com.google.common.truth.OptionalLongSubject
Fails if the OptionalLong 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

intStreams() - Static method in class com.google.common.truth.IntStreamSubject
 
IntStreamSubject - Class in com.google.common.truth
Propositions for IntStream subjects.
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 OptionalDouble is present or the subject is null.
isEmpty() - Method in class com.google.common.truth.OptionalIntSubject
Fails if the OptionalInt is present or the subject is null.
isEmpty() - Method in class com.google.common.truth.OptionalLongSubject
Fails if the OptionalLong is 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(Comparator<? super Integer>) - Method in class com.google.common.truth.IntStreamSubject
Fails if the subject is not ordered, according to the given comparator.
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(Comparator<? super Long>) - Method in class com.google.common.truth.LongStreamSubject
Fails if the subject is not ordered, according to the given comparator.
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.
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(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() - 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(Comparator<? super Long>) - Method in class com.google.common.truth.LongStreamSubject
Fails if the subject is not strictly ordered, according to the given comparator.
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.
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 OptionalDouble is empty or the subject is null.
isPresent() - Method in class com.google.common.truth.OptionalIntSubject
Fails if the OptionalInt is empty or the subject is null.
isPresent() - Method in class com.google.common.truth.OptionalLongSubject
Fails if the OptionalLong is 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 LongStream subjects.

O

optionalDoubles() - Static method in class com.google.common.truth.OptionalDoubleSubject
 
OptionalDoubleSubject - Class in com.google.common.truth
Propositions for Java 8 OptionalDouble subjects.
optionalInts() - Static method in class com.google.common.truth.OptionalIntSubject
 
OptionalIntSubject - Class in com.google.common.truth
Propositions for Java 8 OptionalInt subjects.
optionalLongs() - Static method in class com.google.common.truth.OptionalLongSubject
 
OptionalLongSubject - Class in com.google.common.truth
Propositions for Java 8 OptionalLong subjects.
optionals() - Static method in class com.google.common.truth.OptionalSubject
 
OptionalSubject - Class in com.google.common.truth
Propositions for Java 8 Optional subjects.

P

paths() - Static method in class com.google.common.truth.PathSubject
 
PathSubject - Class in com.google.common.truth
Assertions for Path instances.

S

streams() - Static method in class com.google.common.truth.StreamSubject
 
StreamSubject - Class in com.google.common.truth
Propositions for Stream subjects.

T

Truth8 - Class in com.google.common.truth
The primary entry point for assertions about Java 8 types.
A C D H I L O P S T 
Skip navigation links

Copyright © 2020. All rights reserved.