[vwnc] How to get the button of Sunit working in 7.6

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] How to get the button of Sunit working in 7.6

stéphane ducasse-2
hi guys

I spent far too much time on that (but my time does not worth anything).
How do I get the Sunit button within RB in 7.6

I have RBSunitExtensions loaded. Then I tried SUnitToo.

I tried with
        SUnitToo suggests SUnitToo(ls)
        Successfully loaded: SUnitToo (38b.kuhn.2)
        Successfully loaded: SUnitToo(ls) (RB4xx - 27)
        Successfully loaded: ExtraRBForSUnitToo (33.tgriggs)

No results either.

BTW open the TestRunner does not work, it gets empty.... looks so sad.
After if somebody claim that Smalltalk is the language for extreme  
programming, this is not
because of the tools.

Stef
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] How to get the button of Sunit working in 7.6

Karsten Kusche
Hi Stéphane,

I just tried it myself and the RBSUnitExtensions worked just fine. You
need to select a subclass of XProgramming.SUnit.TestCase and this class
needs to have at least one method that starts with 'test' (like test1).
Then you should see the buttons at the lower part of the window.

Same goes for SUnitToo(ls), which shows smaller buttons with nicer
graphics though.

Kind Regards
Karsten




stéphane ducasse wrote:

> hi guys
>
> I spent far too much time on that (but my time does not worth anything).
> How do I get the Sunit button within RB in 7.6
>
> I have RBSunitExtensions loaded. Then I tried SUnitToo.
>
> I tried with
> SUnitToo suggests SUnitToo(ls)
> Successfully loaded: SUnitToo (38b.kuhn.2)
> Successfully loaded: SUnitToo(ls) (RB4xx - 27)
> Successfully loaded: ExtraRBForSUnitToo (33.tgriggs)
>
> No results either.
>
> BTW open the TestRunner does not work, it gets empty.... looks so sad.
> After if somebody claim that Smalltalk is the language for extreme  
> programming, this is not
> because of the tools.
>
> Stef
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>
>  

--
Karsten Kusche - Dipl.Inf. - [hidden email]
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] How to get the button of Sunit working in 7.6

Travis Griggs-3
In reply to this post by stéphane ducasse-2

On Jun 13, 2008, at 6:04 AM, stéphane ducasse wrote:

> hi guys
>
> I spent far too much time on that (but my time does not worth  
> anything).
> How do I get the Sunit button within RB in 7.6
>
> I have RBSunitExtensions loaded. Then I tried SUnitToo.
>
> I tried with
> SUnitToo suggests SUnitToo(ls)
> Successfully loaded: SUnitToo (38b.kuhn.2)
> Successfully loaded: SUnitToo(ls) (RB4xx - 27)
> Successfully loaded: ExtraRBForSUnitToo (33.tgriggs)
>
> No results either.
>
> BTW open the TestRunner does not work, it gets empty.... looks so sad.
> After if somebody claim that Smalltalk is the language for extreme
> programming, this is not
> because of the tools.


Stef,

Could you give a little more details please? We use these tools all  
the time.

I noted in the above, you're using some pretty dated versions of  
SUnitToo stuff. In the public repository:

SUnitToo is at 50 (the version you listed is not in the public  
repository)
SUnitToo(ls) is at RB4xx - 29

You don't need to load ExtraRBForSUnitToo. I don't even see that  
version. But it's obsolete.



--
Travis Griggs
Objologist
"It's [a spec] _the_ single worst way to write software, because it by  
definition means that the software was written to match theory, not  
reality" - Linus Torvalds



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc