I am using junit4.4.
I need to get notify when test is called.
I also need to know when the beforeTest called and also beforeClass.
What I don't know how to do is how to this for beforeClass.
I use the formatter to get the info for test and beforeTest.