differences between 2 JUnit Assert classes

后端 未结 6 1765
南旧
南旧 2020-11-30 17:49

The JUnit framework contains 2 Assert classes (in different packages, obviously) and the methods on each appear to be very similar. Can anybody explain why this

6条回答
  •  失恋的感觉
    2020-11-30 18:38

    I did a rough source code compare and there are no serious changes. A lot of comments were added in org.junit.Assert and some refactorings are done. The only change is the comparison with Arrays. There are some code cleanups, but there's (imho) no functional change.

提交回复
热议问题