I've been looking for resources on how to extend JUnit4 with my own annotations.
I'd like to be able to define a @ExpectedProblem
with which I could label some of my tests. I've seen there seems to be some material on the net on how to extend TestNG, but I could fine none to extend JUnit4.
Has anyone here extended JUnit4 in the past?
Thanks