Re: [Pharo-users] Coverage tools

2015-07-15 Thread Marcus Denker
> On 13 Jul 2015, at 14:33, Marcus Denker wrote: > >> >> On 13 Jul 2015, at 14:06, Marcus Denker > > wrote: >> >> >>> On 13 Jul 2015, at 13:12, Torsten Bergmann >> > wrote: >>> >>> When in Java I use EclEmma - an eclipse plugin where >>>

Re: [Pharo-users] Coverage tools

2015-07-13 Thread Alejandro Infante
Hapao does work at method level, but without reflectivity going further to AST level is not possible. Alexandre is going to show in ESUG an integration of Hapao reports with EclEmma plugin for Jenkins and also a Roassal visualization of the Hapao report in the browser to be attached in Jenkins

Re: [Pharo-users] Coverage tools

2015-07-13 Thread Marcus Denker
> On 13 Jul 2015, at 14:06, Marcus Denker wrote: > > >> On 13 Jul 2015, at 13:12, Torsten Bergmann wrote: >> >> When in Java I use EclEmma - an eclipse plugin where >> once can see the coverage down to the code editor: >> http://www.eclemma.org/images/screen.png >> >> >> I know there is Hap

Re: [Pharo-users] Coverage tools

2015-07-13 Thread Marcus Denker
> On 13 Jul 2015, at 13:12, Torsten Bergmann wrote: > > When in Java I use EclEmma - an eclipse plugin where > once can see the coverage down to the code editor: > http://www.eclemma.org/images/screen.png > > > I know there is Hapao: http://hapao.dcc.uchile.cl/ > but is there a Pharo coverage

Re: [Pharo-users] Coverage tools

2015-07-13 Thread Pavel Krivanek
Hi, Marcus started to go in this direction (CoverageStyler). With MetaLinks we will be able to do that soon quite easily. I'm currently working on per-method coverage testing of the minimal Pharo - mainly because we need to know what tests that we already have need to be moved to this image. Howev

[Pharo-users] Coverage tools

2015-07-13 Thread Torsten Bergmann
When in Java I use EclEmma - an eclipse plugin where once can see the coverage down to the code editor: http://www.eclemma.org/images/screen.png I know there is Hapao: http://hapao.dcc.uchile.cl/ but is there a Pharo coverage visualization down to the method level as in EclEmma? Thanks T.