Beta 6: Junit 4 behaves wierd Permanently deleted user 创建于 2006年08月20日 22:18 I have an @AfterClass and @BeforeClass method defined, but they are running for every single @Test method in the class. Anyone else notice this?Travis
Am I the only one seeing this? I put in some sys outs and it looks like this after every test method:
afterEach // this one is in an @After method
tearDownAfter // this one is in an @AfterClass static method
Fixed in the next EAP,
Thanks.
--
regards,
--
Alexey Kudravtsev
Software Developer
JetBrains, Inc, http://www.jetbrains.com
"Develop with pleasure!"
"Travis Reeder" <travis@thinkvirtual.com> wrote in message
news:18655665.1158014490509.JavaMail.itn@is.intellij.net...
>