Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Project naming convention for junit test projects?


Hi all,

I added a junit test suite and single test for the CSS work (it's a start!).  As an aside, it's a great use of test-first programming, since it's helping to prioritize and make concrete the remaining methods that need to be filled into the CSS support.

Anyhoo the naming I ended up with was:

        org.eclipse.e4.ui.tests.css.swt

which to my mind matches what we did before, like:
        org.eclipse.ui.tests.*

However, I notice we have:
        org.eclipse.e4.ui.compatibility.tests

which I think should be:
        org.eclipse.e4.ui.tests.compatibility

or maybe more specific while we're at it,
        org.eclipse.e4.ui.tests.workbench.compatibility

Thoughts?

Kevin


Back to the top