[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.test-and-performance] Re: How to run a single Eclipse validation test

Ron wrote:

I'm working on a jit compiler problem that shows up running the the
following Eclipse self test.

testcase classname="org.eclipse.jdt.ui.tests.refactoring.ExtractTempTests"
name="test34"

The only way I can find to run this one test is to run the whole
jdtuirefactoring testsuite but this takes too long for debugging purposes.
Does anyone know how to run just a single test in the suite, just test34?


Not from script but you can checkout the tests into your workspace, select test34 and then from the context menu select Run > JUnit Plug-in Test.

Dani

This is how I have been running the whole suite.

runtests -os win32 -ws win32 -arch x86 -noclean jdtuirefactoring -properties
r:\eclipse-testing\my-test.properties -vm
r:\temp\win32\20040812\jre\bin\java

Thank you for your help: Ron Rose