differences between 2 JUnit Assert classes

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 is?

The classes I’m referring to are: junit.framework.Assert and org.junit.Assert.

6 Answers
6

Leave a Comment