- 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.
- intStreams() - Static method in class com.google.common.truth.IntStreamSubject
-
- IntStreamSubject - Class in com.google.common.truth
-
- 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
-
- 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
-
- 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
-
- isPresent() - Method in class com.google.common.truth.OptionalSubject
-
Fails if the
Optional<T> is empty or the subject is null.