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
Assert
I believe they are refactoring from junit.framework to org.junit and junit.framework.Assert is maintained for backwards compatibility.
junit.framework
org.junit
junit.framework.Assert