Excluding classes from Test Coverage

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

Excluding classes from Test Coverage

Oscar Nierstrasz

Just checked in as http://www.squeaksource.com/PharoInbox/SUnitGUI-onierstrasz.38.mcz

Now you can declare classes to exclude from coverage analysis by  
defining #classNamesNotUnderTest on the class side of your test to  
return an array of names of those classes.

http://scg.unibe.ch/wiki/faq/pharofaq/howToCheckTestCoverage

- on


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Excluding classes from Test Coverage

Mariano Martinez Peck


On Fri, May 15, 2009 at 2:05 PM, Oscar Nierstrasz <[hidden email]> wrote:

Just checked in as http://www.squeaksource.com/PharoInbox/SUnitGUI-onierstrasz.38.mcz

Now you can declare classes to exclude from coverage analysis by
defining #classNamesNotUnderTest on the class side of your test to
return an array of names of those classes.

http://scg.unibe.ch/wiki/faq/pharofaq/howToCheckTestCoverage


Wow! I didn't know http://scg.unibe.ch/wiki/faq/pharofaq

It is really useful!!! What about putting a link to it in http://www.pharo-project.org/documentation/faq

Best,

Mariano
 


- on


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Excluding classes from Test Coverage

Stéphane Ducasse
from the wiki on google not the pharo web site which is for the  
"marketing"

Stef
On May 15, 2009, at 5:19 PM, Mariano Martinez Peck wrote:

>
>
> On Fri, May 15, 2009 at 2:05 PM, Oscar Nierstrasz  
> <[hidden email]> wrote:
>
> Just checked in as http://www.squeaksource.com/PharoInbox/SUnitGUI-onierstrasz.38.mcz
>
> Now you can declare classes to exclude from coverage analysis by
> defining #classNamesNotUnderTest on the class side of your test to
> return an array of names of those classes.
>
> http://scg.unibe.ch/wiki/faq/pharofaq/howToCheckTestCoverage
>
>
> Wow! I didn't know http://scg.unibe.ch/wiki/faq/pharofaq
>
> It is really useful!!! What about putting a link to it in http://www.pharo-project.org/documentation/faq
>
> Best,
>
> Mariano
>
>
>
> - on
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Excluding classes from Test Coverage

Mariano Martinez Peck


On Fri, May 15, 2009 at 6:27 PM, Stéphane Ducasse <[hidden email]> wrote:
from the wiki on google not the pharo web site which is for the
"marketing"

but isn't this marketing ? Most "marketing" websites have a FAQ section.
 

Stef
On May 15, 2009, at 5:19 PM, Mariano Martinez Peck wrote:

>
>
> On Fri, May 15, 2009 at 2:05 PM, Oscar Nierstrasz
> <[hidden email]> wrote:
>
> Just checked in as http://www.squeaksource.com/PharoInbox/SUnitGUI-onierstrasz.38.mcz
>
> Now you can declare classes to exclude from coverage analysis by
> defining #classNamesNotUnderTest on the class side of your test to
> return an array of names of those classes.
>
> http://scg.unibe.ch/wiki/faq/pharofaq/howToCheckTestCoverage
>
>
> Wow! I didn't know http://scg.unibe.ch/wiki/faq/pharofaq
>
> It is really useful!!! What about putting a link to it in http://www.pharo-project.org/documentation/faq
>
> Best,
>
> Mariano
>
>
>
> - on
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Excluding classes from Test Coverage

Stéphane Ducasse
no
for now we have a website for pharo and a website for pharo geek on  
code.
We want to make sure that a client of a pharo company can be ok to pay  
a project in pharo
and do not get a ugly web site full of dust and unused wiki like crap.

Stef

On May 15, 2009, at 9:35 PM, Mariano Martinez Peck wrote:

>
>
> On Fri, May 15, 2009 at 6:27 PM, Stéphane Ducasse <[hidden email]
> > wrote:
> from the wiki on google not the pharo web site which is for the
> "marketing"
>
> but isn't this marketing ? Most "marketing" websites have a FAQ  
> section.
>
>
> Stef
> On May 15, 2009, at 5:19 PM, Mariano Martinez Peck wrote:
>
> >
> >
> > On Fri, May 15, 2009 at 2:05 PM, Oscar Nierstrasz
> > <[hidden email]> wrote:
> >
> > Just checked in as http://www.squeaksource.com/PharoInbox/SUnitGUI-onierstrasz.38.mcz
> >
> > Now you can declare classes to exclude from coverage analysis by
> > defining #classNamesNotUnderTest on the class side of your test to
> > return an array of names of those classes.
> >
> > http://scg.unibe.ch/wiki/faq/pharofaq/howToCheckTestCoverage
> >
> >
> > Wow! I didn't know http://scg.unibe.ch/wiki/faq/pharofaq
> >
> > It is really useful!!! What about putting a link to it in http://www.pharo-project.org/documentation/faq
> >
> > Best,
> >
> > Mariano
> >
> >
> >
> > - on
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project