JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
H
I
O
T
A
assertThat(Optional<?>)
- Static method in class com.google.common.truth.
Truth8
C
com.google.common.truth
- package com.google.common.truth
H
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
isEmpty()
- Method in class com.google.common.truth.
OptionalSubject
Fails if the
Optional
<T>
is present 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.
O
optionals()
- Static method in class com.google.common.truth.
OptionalSubject
OptionalSubject
- Class in
com.google.common.truth
Propositions for Java 8
Optional
subjects.
T
Truth8
- Class in
com.google.common.truth
A set of static methods to begin a Truth assertion chain for types that require java8.
A
C
H
I
O
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All Rights Reserved.