Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Unit Tests

Hi,

> Is it correct to run the unit tests via right-clicking the org.eclipse.ease.test
> project, selecting run-as / junit test?

some test cases work if you run them as Unit Test. This works if your code does not have any dependencies to other eclipse plugins.

If you need the workspace to be available (like in your example), you need to launch the test as "Junit Plug-in Test"

Best regards
Christian



Back to the top