On Mar 20, 2014, at 9:43 AM, EstebanLM [via Smalltalk] <[hidden email]> wrote:
> phexample will not��� be a part of the system

I���d love to standardize on a cutting edge testing framework. There have been so many great ideas (think ruby rspec) in recent times. Right now we have a chicken and egg problem...

On one hand we can���t express ourselves in ways that are:
        1) easy to write
        2) document the usage of our code i.e. easy for users to understand, and
        3) reduce duplication

On the other hand, we can���t use libraries that help us do these things for core code. Thus, IMHO - core tests are often the poorest.

My must-haves are:
- mocks
- phexemple-like building-on-previous-test
- partial stubs
- tables for input

My wish list would be a real UI, taking advantage of Smalltalk���s strength, instead of leaning on the code browser and class structure, which are implementation details which constrain our thought unnecessarily.
Cheers,
Sean


View this message in context: Re: FileSystem-Git status update 2
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.