JUnit integration question
must i include a libary for JUnit integration? i thought that the JUnit.jar in the lib directory of IDEA is included in the classpath?! but when i create a class that extends TestCase, i get an error "cannot resolve symbol class TestCase"!!!
Please sign in to leave a comment.
On Thu, 5 Jun 2003 07:38:05 +0000 (UTC)
Michael Seele <mseele@guh-software.de> wrote:
yes, you must include it
You have to add JUnit 3.8 to use junit integration (jar in IDEA lib
directory is right)
--
Best regards,
Dmitry Peshehonov
JetBrains, Inc, http://www.intellij.com
"Daniel" <dlebrero@softhome.net> wrote in message
news:20030605101854.137d652f.dlebrero@softhome.net...
>
>
>