Skip to content

Instantly share code, notes, and snippets.

@HennIdan
Created June 27, 2016 08:55
Show Gist options
  • Save HennIdan/0543d02303f42db6dc60ecad437e1e54 to your computer and use it in GitHub Desktop.
Save HennIdan/0543d02303f42db6dc60ecad437e1e54 to your computer and use it in GitHub Desktop.
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