Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Can a single automated test set be run?

On Friday 12 September 2008, Thomas Ball wrote:
> I figured out how to run all tests in a plug-in, such as all of
> org.eclipse.cdt.ui.tests.  Is there a way to select just one set of tests? 
> When I right-click and run as AutomatedTestSuite on either the test file
> (such as ExtractConstantRefactoringTest.java) or its data resource
> (ExtractConstant.rts), it runs the whole automated test suite.
>
> Tom

You can run only the RefactoringTestSuite or one of the subsuites, rigth-click 
on the suite and choose run as JUnit Plug-in Test.

Emanuel



Back to the top