You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found myself wanting to use a java.util.Optional with TruthJunit.assume():
assume().that(javaUtilOptional).isPresent();
Unfortunately this doesn't work, since TruthJunit doesn't support Java 8 types. Hence this feature request: It's be nice to have a Truth8Junit (analogous to Truth8) to fill this gap.
The text was updated successfully, but these errors were encountered:
I found myself wanting to use a
java.util.Optional
withTruthJunit.assume()
:Unfortunately this doesn't work, since
TruthJunit
doesn't support Java 8 types. Hence this feature request: It's be nice to have aTruth8Junit
(analogous toTruth8
) to fill this gap.The text was updated successfully, but these errors were encountered: