Unable ImportOrder Checkstyle rule for tests
* Fix wrong import order in tests * Polishing for not closed application contexts * Use diamonds * Use proper assertion operators * Remove redundant classes * Improve performance in JPA tests * Fix typos
This commit is contained in:
@@ -9,6 +9,5 @@
|
||||
<suppress files="[\\/]test[\\/]" checks="InnerTypeLast" />
|
||||
<suppress files="CachingSessionFactory" checks="FinalClass" /> <!-- Tests spy -->
|
||||
<suppress files="[\\/]test[\\/]" checks="Javadoc*" />
|
||||
<suppress files="[\\/]test[\\/]" checks="ImportOrder" />
|
||||
<suppress files="[\\/]test[\\/]" checks="EqualsHashCode" />
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user