Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] newbie question about junit

can anyone please tell me how can I run junit tests
under eclipse and is there any documentation for that?

I tried the run and junit new configuration, and it
seems to be only picking up the couple of the unit
tests when you do a search, and when you try to run
the selected test, it give me a stacktrace in the
logfile. Do I need to configure the JRE and the
classpath in order for that exception to disappear, if
so, can someone tell me how

thanks


!STACK 0
java.lang.NullPointerException
        at
org.eclipse.jdt.internal.junit.launcher.JUnitBaseLaunchConfiguration.launch(JUnitBaseLaunchConfiguration.java:63)
        at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:136)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog$10.run(LaunchConfigurationDialog.java:2299)
        at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


Back to the top