- in(Iterable<T>) - Method in class com.google.common.truth.AbstractVerb
-
- 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.
- INTEGER - Static variable in class com.google.common.truth.IntegerSubject
-
- IntegerSubject - Class in com.google.common.truth
-
Propositions for Integral numeric subjects
- IntegerSubject(FailureStrategy, Long) - Constructor for class com.google.common.truth.IntegerSubject
-
- IntegerSubject(FailureStrategy, Integer) - Constructor for class com.google.common.truth.IntegerSubject
-
- internalCustomName() - Method in class com.google.common.truth.Subject
-
- is(int) - Method in class com.google.common.truth.IntegerSubject
-
- is(short) - Method in class com.google.common.truth.IntegerSubject
-
- is(byte) - Method in class com.google.common.truth.IntegerSubject
-
- is(Object) - Method in class com.google.common.truth.StringSubject
-
- is(Object) - Method in class com.google.common.truth.Subject
-
- isA(Class<?>) - Method in class com.google.common.truth.Subject
-
- isAbsent() - Method in class com.google.common.truth.OptionalSubject
-
Attests that the Optional
<T>
subject is absent.
- isBetween(long, long) - Method in class com.google.common.truth.IntegerSubject
-
Attests that a Subject is exclusively within the lower
and
upper
bounds provided or fails.
- isEmpty() - Method in class com.google.common.truth.CollectionSubject
-
Attests that a Collection is empty or fails.
- isEmpty() - Method in class com.google.common.truth.IterableSubject
-
Attests that the subject holds no more objects, or fails.
- isEmpty() - Method in class com.google.common.truth.MapSubject
-
Attests that the subject holds no objects, or fails.
- isEqualTo(Integer) - Method in class com.google.common.truth.IntegerSubject
-
- isEqualTo(Long) - Method in class com.google.common.truth.IntegerSubject
-
- isEqualTo(Object) - Method in class com.google.common.truth.ObjectArraySubject
-
A proposition that the provided Object[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveBooleanArraySubject
-
A proposition that the provided Object[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveCharArraySubject
-
A proposition that the provided Object[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
- isEqualTo(Object, double) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
A proposition that the provided double[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
- isEqualTo(Object, float) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
A proposition that the provided float[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveIntArraySubject
-
A proposition that the provided Object[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.PrimitiveLongArraySubject
-
A proposition that the provided Object[] is an array of the same length and type, and
contains elements such that each element in expected
is equal to each element
in the subject, and in the same position.
- isEqualTo(Object) - Method in class com.google.common.truth.StringSubject
-
- isEqualTo(Object) - Method in class com.google.common.truth.Subject
-
- isFalse() - Method in class com.google.common.truth.BooleanSubject
-
- isInclusivelyInRange(long, long) - Method in class com.google.common.truth.IntegerSubject
-
Attests that a Subject is inclusively within the lower
and
upper
bounds provided or fails.
- isInstanceOfType(Object, Class<?>) - Static method in class com.google.common.truth.Platform
-
Returns true if the instance is assignable to the type Clazz.
- isNotA(Class<?>) - Method in class com.google.common.truth.Subject
-
- isNotEmpty() - Method in class com.google.common.truth.IterableSubject
-
Attests that the subject holds one or more objects, or fails
- isNotEmpty() - Method in class com.google.common.truth.MapSubject
-
Attests that the subject holds one or more objects, or fails
- isNotEqualTo(Integer) - Method in class com.google.common.truth.IntegerSubject
-
- isNotEqualTo(Long) - Method in class com.google.common.truth.IntegerSubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.ObjectArraySubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveBooleanArraySubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveCharArraySubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
- isNotEqualTo(Object, double) - Method in class com.google.common.truth.PrimitiveDoubleArraySubject
-
A proposition that the provided double[] is not an array of the same length or type, or
has at least one element that does not pass an equality test within the given tolerance.
- isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
- isNotEqualTo(Object, float) - Method in class com.google.common.truth.PrimitiveFloatArraySubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveIntArraySubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.PrimitiveLongArraySubject
-
- isNotEqualTo(Object) - Method in class com.google.common.truth.Subject
-
- isNotNull() - Method in class com.google.common.truth.Subject
-
- isNull() - Method in class com.google.common.truth.StringSubject
-
- isNull() - Method in class com.google.common.truth.Subject
-
- isOrdered() - Method in class com.google.common.truth.ListSubject
-
Attests that a List is strictly ordered according to the natural ordering of its elements.
- isOrdered(Comparator<T>) - Method in class com.google.common.truth.ListSubject
-
Attests that a List is strictly ordered according to the given comparator.
- isPartiallyOrdered() - Method in class com.google.common.truth.ListSubject
-
Attests that a List is partially ordered according to the natural ordering of its elements.
- isPartiallyOrdered(Comparator<T>) - Method in class com.google.common.truth.ListSubject
-
Attests that a List is partially ordered according to the given comparator.
- isPresent() - Method in class com.google.common.truth.OptionalSubject
-
Attests that the Optional
<T>
subject has a present value.
- isTrue() - Method in class com.google.common.truth.BooleanSubject
-
- item(E) - Method in interface com.google.common.truth.CollectionSubject.Has
-
Attests that a Collection contains at least the item
- IterableSubject<S extends IterableSubject<S,T,C>,T,C extends Iterable<T>> - Class in com.google.common.truth
-
- IterableSubject(FailureStrategy, C) - Constructor for class com.google.common.truth.IterableSubject
-
- iteratesAs(Iterable<?>) - Method in class com.google.common.truth.IterableSubject
-
Asserts that the items are supplied in the order given by the iterable.
- iteratesAs(Object...) - Method in class com.google.common.truth.IterableSubject
-
Asserts that the items are supplied in the order given by the iterable.
- iteratesOverSequence(Object...) - Method in class com.google.common.truth.IterableSubject
-
- IteratingVerb<T> - Class in com.google.common.truth
-
A verb that iterates over data and applies the predicate iteratively
- IteratingVerb(Iterable<T>, FailureStrategy) - Constructor for class com.google.common.truth.IteratingVerb
-
- IteratingWrapperClassBuilder - Class in com.google.common.truth.codegen
-
A builder of classes to wrap a provided SubjectFactory's concrete Subject subclass.
- IteratingWrapperClassBuilder(SubjectFactory<?, ?>) - Constructor for class com.google.common.truth.codegen.IteratingWrapperClassBuilder
-