0

Combining jUnit’s @Ignore and @AfterClass

Posted January 26th, 2010 in Commentary and tagged by jayshao

Interesting – in jUnit 4.4 – combining @Ignore and @AfterClass (haven’t tried the other static’s like @BeforeClass) don’t seem to do what I’d expect – e.g. the @AfterClass annotated method seems to execute regardless.

Leave a Reply

You must be logged in to post a comment.