|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
eclipse pluginHi,
I want to be able to run specific test in class file. From eclipse I can do that. Does anyone know how eclipse do that ? How does it build it to run specific tests in class ? How can I do that with my code ? Thanks |
|
|
Re: eclipse pluginidan72 wrote:
> Does anyone know how eclipse do that ? How does it build it to run specific > tests in class ? > How can I do that with my code ? Eclipse is open source... ;-) Greetings, Malte |
|
|
Re: eclipse pluginHi,
I didnt see in the source code what is the action taken by eclipse to run only part of the class. What is name of the plugin that eclipse use? Which junit classes it use to do that ? what is the flow ? Does anyone do something like this not connected to eclipse ? Thanks
|
|
|
Re: eclipse pluginJUnit 3 or 4?
David Saff On Mon, Nov 17, 2008 at 3:18 AM, idan72 <ishai@...> wrote: > > Hi, > > I want to be able to run specific test in class file. > From eclipse I can do that. > > Does anyone know how eclipse do that ? How does it build it to run specific > tests in class ? > How can I do that with my code ? > > Thanks > -- > View this message in context: > http://www.nabble.com/eclipse-plugin-tp20530112p20530112.html > Sent from the JUnit - User mailing list archive at Nabble.com. > > |
|
|
Re: eclipse pluginJUnit 4 .
I want to be able to create the class list and the tests in each class dynamacly if it possible.
|
|
|
Re: eclipse pluginI'd start by looking at Request.method(), and build up from there.
David Saff On Mon, Nov 17, 2008 at 5:03 PM, idan72 <ishai@...> wrote: > > JUnit 4 . > > I want to be able to create the class list and the tests in each class > dynamacly if it possible. > > David Saff wrote: >> >> JUnit 3 or 4? >> >> David Saff >> >> On Mon, Nov 17, 2008 at 3:18 AM, idan72 <ishai@...> wrote: >>> >>> Hi, >>> >>> I want to be able to run specific test in class file. >>> From eclipse I can do that. >>> >>> Does anyone know how eclipse do that ? How does it build it to run >>> specific >>> tests in class ? >>> How can I do that with my code ? >>> >>> Thanks >>> -- >>> View this message in context: >>> http://www.nabble.com/eclipse-plugin-tp20530112p20530112.html >>> Sent from the JUnit - User mailing list archive at Nabble.com. >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/eclipse-plugin-tp20530112p20549174.html > Sent from the JUnit - User mailing list archive at Nabble.com. > > |
| Free embeddable forum powered by Nabble | Forum Help |