Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Good support for PDE in build systems anyone?


equinox-dev-bounces@xxxxxxxxxxx wrote on 06/05/2006 03:48:21 PM:

> current practice is to have unit tests in a separae
> package because of package dependencies. All fine,
> but you do end up publishing stuff solely to test it.
> it'd be nice - at some time - to be able to
> publish packages for testing purposes only, though
> I'm not sure whether that could be anything more than
> a nominal differentiation. even then it would be useful.
>
> Grahame
>
>


Fragment bundles allow you to add code into an existing
package of a bundle.  This is often used to add code
to a bundle to get the necessary package level access
needed to test the code.  This way you do not need to
make things public for the sole purpose of testing your
internals.

Tom.

Back to the top