Created
June 27, 2016 08:55
-
-
Save HennIdan/0543d02303f42db6dc60ecad437e1e54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import static com.google.common.truth.Truth.assertThat; | |
Set < Foo > foo = ...; | |
assertThat(foo).isEmpty() | |
org.truth0.FailureStrategy$ThrowableAssertionError: Not true that is empty | |
at org.truth0.FailureStrategy.fail(FailureStrategy.java: 33) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment