use assertJ instead of hamcrest

This commit is contained in:
Vladimir Krivosheev
2016-07-26 15:15:04 +02:00
parent 9d5a863e4d
commit d586edbb3f
2 changed files with 7 additions and 9 deletions

View File

@@ -9,6 +9,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
<orderEntry type="library" name="assertJ" level="project" />
</component>
</module>