Skip to main content

Posts

Showing posts with the label assert

differences between 2 JUnit Assert classes

I've noticed that 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 . Cheers, Don