Interface | Description |
---|---|
com.google.common.truth.MapSubject.WithValue |
Use
MapSubject.containsEntry(Object, Object) instead. |
Class | Description |
---|---|
org.truth0.FailureStrategy |
use
FailureStrategy . |
org.truth0.subjects.Subject |
use
Subject . |
org.truth0.subjects.SubjectFactory |
use
SubjectFactory . |
org.truth0.TestVerb |
use
TestVerb . |
Errors | Description |
---|---|
com.google.common.truth.FailureStrategy.ThrowableAssertionError |
Use
AssertionError instead. |
Field | Description |
---|---|
com.google.common.truth.IntegerSubject.INTEGER |
Use a
for each style loop over your Iterable<Integer> instead. |
com.google.common.truth.LongSubject.LONG |
Use a
for each style loop over your Iterable<Integer> instead. |
com.google.common.truth.StringSubject.STRING |
Use a
for each style loop over your Iterable<Integer> instead. |
org.truth0.Truth.THROW_ASSERTION_ERROR |
prefer
Truth.THROW_ASSERTION_ERROR . |
org.truth0.Truth.THROW_ASSUMPTION_ERROR |
Copyright © 2019. All rights reserved.