Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] Do we need a cdt.core.tests?

Title: Message

I'd have to agree with the plugin count issue.  I think were fine putting the tests in the ui.tests plugin for now.

 

Doug Schaefer
Senior Staff Software Engineer

Rational - the software development company
Ottawa (Kanata), Ontario, Canada

-----Original Message-----
From: Sebastien Marineau [mailto:sebastien@xxxxxxx]
Sent: Friday, January 10, 2003 4:55 PM
To: 'cdt-core-dev@xxxxxxxxxxx'
Subject: RE: [cdt-core-dev] Do we need a cdt.core.tests?

 

We could create a separate plugin, or re-use the cdt.ui.tests plugin. Originally, the test plugin

name/layout was modeled after the JDT test plugin layout, which includes both core and UI

tests in the org.eclipse.jdt.ui.tests plugin. However, they have since split it to have separate

test plugins for the model, compiler and builder.

 

I have to say that I am also getting a little concerned with the sheer number of plugins that the CDT

has. At the end of the day, we have to balance the number of plugins with the amount

of useful code in each one of them. Since we currently have very little JUNIT testcases, the more

prudent approach might be to just build up the CDT model tests in the org.eclipse.cdt.ui.tests

plugin (we will likely build up the other tests as well), and, once we have a significant testsuite,

potentially break it up in multiple plugins.

 

Other thoughts and comments?

 

Sebastien 

-----Original Message-----
From: Judy N. Green [mailto:jgreen@xxxxxxx]
Sent: Friday, January 10, 2003 3:51 PM
To: cdt-core-dev@xxxxxxxxxxx
Subject: RE: [cdt-core-dev] Do we need a cdt.core.tests?

I would vote for creating a "org.eclipse.cdt.core.tests" plugins for the parsing tests.

 

Sebastien can request this if this is the way we choose to go.

 

-Judy

-----Original Message-----
From: cdt-core-dev-admin@xxxxxxxxxxx [mailto:cdt-core-dev-admin@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
Sent: Friday, January 10, 2003 3:09 PM
To: 'cdt-core-dev@xxxxxxxxxxx'
Subject: [cdt-core-dev] Do we need a cdt.core.tests?

Hey all,

 

As we're working on the parser/scanner/CDOM, we want to build up an extensive collection of JUnit tests to make sure the model is functioning correctly.  Should we create a new plugin for this or should we reuse the cdt.ui.tests?

 

Thanks,

Doug Schaefer
Senior Staff Software Engineer

Rational - the software development company
Ottawa (Kanata), Ontario, Canada

 


Back to the top