There is a fail() method in JUnit4 library. I like it, but experiencing a lack of pass() method which is not present in the library. Why is it so?
fail()
pass()
Call return statement anytime your test is finished and passed.
return