April 20, 2015
10:47 a.m.
You could override TestCase class>>#testSelectors in your own subclass, no ?
On 20 Apr 2015, at 12:02, Christophe Demarey <christophe.demarey@inria.fr> wrote:
Hi,
With BDD a current test practice is to start method names with 'should'. It is not yet possible in Pharo but easily do-able (update of TestCase and some Nautilus methods). I would like that Pharo detects tes methods all methods of a class subclassing (directly or not) TestCase AND starting with either 'test' or 'should'. I also would like to add 'deny' to not use 'shouldNot' but here I'm not sure.
WDYT?
Christophe.