Reference:
http://junit.sourceforge.net/junit3.8.1/javadoc/junit/framework/TestCase.html#setUp()
setUp should have ideally be named as setup
I've explored if any duplicate method setup is used in its parent hierarchy, because of which they renamed the method to setUp, but couldn't find any.