Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Running the JUnit tests

What’s the best way for a developer to run the full set of JUnit tests?

 

I’m been running these 3 test sets separately:

 

  1. Core Tests -org.eclipse.cdt.core.tests\suite\org.eclipse.cdt.core.suite\AutomatedIntegrationSuite.java
  2. UI Tests -org.eclipse.cdt.ui.tests\ui\org.eclipse.cdt.ui.tests\AutomationSuite.java
  3. Managed Builder Tests -org.eclipse.cdt.managedbuilder.core.tests\suite\org.eclipse.cdt.managedbuilder.tests.suite\AllManagedBuildTests.java

 

In the last few days, I’ve been unable to run the UI Tests.  Eclipse comes back with:

 

Class not found org.eclipse.cdt.ui.tests.AutomatedSuite

 

Anyone know what has changed?  Or is there a different way that I should be running the tests?

 

Thanks,

Leo

 


Back to the top