[squeak-dev] About ClassBuilderChangeClassTypeTest

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

[squeak-dev] About ClassBuilderChangeClassTypeTest

stephane ducasse
Hello guys

I only find two methods (and not tests) in  
ClassBuilderChangeClassTypeTest
and I was wondering if such tests exist somewhere.
I plan to write tests for classBuilder and I would like to avoid  
reinventing the wheel.
Thanks.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] About ClassBuilderChangeClassTypeTest

Colin Putney

On 25-Jul-08, at 2:26 AM, stephane ducasse wrote:

> I only find two methods (and not tests) in  
> ClassBuilderChangeClassTypeTest
> and I was wondering if such tests exist somewhere.
> I plan to write tests for classBuilder and I would like to avoid  
> reinventing the wheel.

SystemEditor has some tests for that.  They're not aimed at  
ClassBuilder, though so you'd have to adapt them. I don't have access  
to Squeak right now, so I can't be more specific until tonight.

Colin