Skip to content

Commit

Permalink
Allow static import of assertj Guava extensions (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fink authored Nov 17, 2017
1 parent 3a6be95 commit 57b0acd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
org.hamcrest.collection.IsMapContaining.*,
org.mockito.ArgumentMatchers.*,org.mockito.Mockito.*,org.mockito.Matchers.*,
org.assertj.core.api.Assertions.*,
org.assertj.guava.api.Assertions.*,
com.google.common.base.Preconditions.*,com.google.common.truth.Truth.*,
org.apache.commons.lang3.Validate.*"/>
</module>
Expand Down

0 comments on commit 57b0acd

Please sign in to comment.