Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Buckminster TPTP JUnit tests

Hi,

I want to transfer all Buckminster JUnit tests into TPTP framework. I think 
all Buckminster TPTP JUnit tests should be located just in one plug-in. I 
suggest we can use "org.eclipse.buckminster.tests" as plug-in name.
Packages under this plug-in may have a similar structure as they have today, 
but package name would start with "org.eclipse.buckminster.tests" instead of 
"org.eclipse.buckminster", "test" from the rest would be eliminated.

Examples of package names transfer:

org.eclipse.buckminster.core.test  ==> org.eclipse.buckminster.tests.core
org.eclipse.buckminster.core.test.command ==> 
org.eclipse.buckminster.tests.core.command
org.eclipse.buckminster.core.test.cspec  ==> 
org.eclipse.buckminster.tests.core.cspec

Is this a good structure?

Regards
    Karel 




Back to the top