eclipse plugin

View: New views
6 Messages — Rating Filter:   Alert me  

eclipse plugin

by idan72 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: eclipse plugin

by Malte Finsterwalder-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

idan72 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 plugin

by idan72 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

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



Malte Finsterwalder-2 wrote:
idan72 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 plugin

by David Saff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
>
>

Re: eclipse plugin

by idan72 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@cisco.com> 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 plugin

by David Saff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'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.
>
>