Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] Using org.eclipse.ui.testing and/or PDE Unit

Hi Hugo!

Out of curiousity, do you have documentation for RCP unit testing? :)

At the moment, I'm not too familiar with the testing infrastructure
but if I do find out in the near future, I will let you know.  To my
knowledge, there isn't official documentation for what you're trying
to do.  For the meantime, I hope the newsgroups and PDE code give you
a running head start.

Yours,
Cherie.

On 7/31/05, Hugo Garcia <hugo.a.garcia@xxxxxxxxx> wrote:
> Thanks Cherie...
> 
> I got the RCP covered elsewhere :)
> 
> The question is how to test a plugin using a mechanism similar to PDE
> Unit, more specifically, how to launch a test runtime workbench, run
> tests against the plugin within the runtime and get the results back.
> It would be nice if I could use the PDE framework directly but my test
> are not based on junit so the other alternative is to figure out the
> basic mechanism of launching a test runtime workbench that PDE Unit
> uses and somehow... I think the way is... to implement the
> org.eclipse.ui.testing but not sure... diving into the PDE code. Any
> pointers are appreciated.
> 
> -H
> 
> On 7/31/05, Cherie Wong <cherie.wong@xxxxxxxxx> wrote:
> > Hi Hugo!
> >
> > Are you talking about junit testing on an RCP application?
> >
> > Your question is probably best suited for the newsgroups:
> > http://eclipse.org/newsgroups/index.html
> >
> > (Try the platform and/or platform.rcp ones) :-)
> >
> > Hope that helps!
> >
> > Yours,
> > Cherie.
> >
> > On 7/26/05, Hugo Garcia <hugo.a.garcia@xxxxxxxxx> wrote:
> > > Hi
> > >
> > > First of all, I do not know if this is the right place to ask the
> > > following or not. If not then please kindly direct me to the proper
> > > place.
> > >
> > > I am building a plugin that will test other plugins under development.
> > > I would like to be able to access a runtime application and perform
> > > test just as PDE Unit does. At the moment I am going through the PDE
> > > Unit code and trying to figure out how to implement / use
> > > org.eclipse.ui.testing. I am looking for any other additional
> > > information available such as links, docs, guidelines... anything on
> > > how to implement your own test harness akin to PDE Unit. I looked at
> > > the TPTP project but that is a too much at this moment thus my
> > > interest in PDE Unit.
> > >
> > > Thank you in advance
> > >
> > > -H
> > > _______________________________________________
> > > pde-ui-dev mailing list
> > > pde-ui-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/pde-ui-dev
> > >
> >
>


Back to the top