Eclipse JUnit @Before annotation problem

Posted by uther-lightbringer on Stack Overflow See other posts from Stack Overflow or by uther-lightbringer
Published on 2010-06-12T20:50:33Z Indexed on 2010/06/12 21:03 UTC
Read the original article Hit count: 158

Filed under:

Hello, I'm experiencing some difficulties using JUnit 4.5 in Eclipse, when I use @Before annotation it just does nothing (I may use setUp() which works of course, but I'm just wondering what is wrong), while it works perfectly in Netbeans.. Any thoughts?

© Stack Overflow or respective owner

Related posts about junit