| Class and Description |
|---|
| com.google.common.truth.DefaultSubject
Use plain
Subject instead. At the moment, Subject has type
parameters, so you may wish to use Subject<?, ?>. However, those type parameters will
soon go away, so you may wish to start using raw Subject now to prepare. |
| com.google.common.truth.ListMultimapSubject
Use plain
MultimapSubject. |
| com.google.common.truth.extensions.proto.ListMultimapWithProtoValuesSubject
Use plain
MultimapWithProtoValuesSubject. |
| com.google.common.truth.SetMultimapSubject
Use plain
MultimapSubject. |
| com.google.common.truth.extensions.proto.SetMultimapWithProtoValuesSubject
Use plain
MultimapWithProtoValuesSubject. |
| com.google.common.truth.SortedMapSubject
Perform assertions directly on the result of methods like
firstKey. We
haven't found sufficient demand for this class to keep it. |
| com.google.common.truth.SortedSetSubject
Perform assertions directly on the result of methods like
first. We haven't
found sufficient demand for this class to keep it. |
Copyright © 2019. All rights reserved.