Problem running JUnit4 tests in Intellij
IntelliJ 7M1 doesnt seem to recognize and run method annotated with Junit4 specific annotations like @BeforeClass. For the time being, I have hacked the tests to have a static suite method which Intellij runs. Is there a way to get this working without this hack?
Thanks,
Akshay
请先登录再写评论。
Could you please post the complete test sample to the jira?
--
regards,
--
Alexey Kudravtsev
Software Developer
JetBrains, Inc, http://www.jetbrains.com
"Develop with pleasure!"
"akshay" <no_reply@jetbrains.com> wrote in message
news:22512369.1178096485648.JavaMail.itn@is.intellij.net...
>