Re: testng in eclipse -- can't debug from 'failed tests'

2010-02-24 Thread Joseph Bergmark
I've been running individual classes by going to either Debug or Run and then the Run Configurations (or equivalent debug configurations) and then typing in the class name beside the class radio button for a TestNG type. I haven't tried running a single class or method from inside the result tab

Re: testng in eclipse -- can't debug from 'failed tests'

2010-02-24 Thread Gurkan Erdogdu
This might be an Eclipse related bug. Please try to run tests using Run/Debug Configuration. One thing, currently openwebbeans-tck/jsr299...xml does not include interceptors test. To include them please add package name=org.jboss.jsr299.tck.interceptors.tests.* / to packages section. Thanks;