TestCoverage magic?

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

TestCoverage magic?

Uko2
Hi everyone,

I’m trying to understand how current coverage works and executing "TestCoverage new" returns nil… and "TestCoverage class>>#on:” sends #initializeOn: to that nil.

I’ll be very thankful for explanation.
Uko
Reply | Threaded
Open this post in threaded view
|

Re: TestCoverage magic?

Marcus Denker-4
Hi,

It might be that it just does not work right now...

On Mon, Sep 15, 2014 at 5:53 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi everyone,

I’m trying to understand how current coverage works and executing "TestCoverage new" returns nil… and "TestCoverage class>>#on:” sends #initializeOn: to that nil.

I’ll be very thankful for explanation.
Uko



--
--
Marcus Denker  --  [hidden email]
http://www.marcusdenker.de
Reply | Threaded
Open this post in threaded view
|

Re: TestCoverage magic?

Uko2
Thanks, because I started to think that this are things beyond my OO knowledge :)

Uko

On 15 Sep 2014, at 18:42, Marcus Denker <[hidden email]> wrote:

Hi,

It might be that it just does not work right now...

On Mon, Sep 15, 2014 at 5:53 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi everyone,

I’m trying to understand how current coverage works and executing "TestCoverage new" returns nil… and "TestCoverage class>>#on:” sends #initializeOn: to that nil.

I’ll be very thankful for explanation.
Uko



--
--
Marcus Denker  --  [hidden email]
http://www.marcusdenker.de

Reply | Threaded
Open this post in threaded view
|

Re: TestCoverage magic?

abergel
In reply to this post by Uko2
Hi Yuriy,

We put quite some work on Hapao, a test code coverage for Pharo.
I am preparing an announcement...

Cheers,
Alexandre

On Sep 15, 2014, at 11:53 AM, Yuriy Tymchuk <[hidden email]> wrote:

> Hi everyone,
>
> I’m trying to understand how current coverage works and executing "TestCoverage new" returns nil… and "TestCoverage class>>#on:” sends #initializeOn: to that nil.
>
> I’ll be very thankful for explanation.
> Uko

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: TestCoverage magic?

Uko2
Hi Alex,

thanks.

> On 16 Sep 2014, at 17:57, Alexandre Bergel <[hidden email]> wrote:
>
> Hi Yuriy,
>
> We put quite some work on Hapao, a test code coverage for Pharo.
> I am preparing an announcement...
>
> Cheers,
> Alexandre
>
> On Sep 15, 2014, at 11:53 AM, Yuriy Tymchuk <[hidden email]> wrote:
>
>> Hi everyone,
>>
>> I’m trying to understand how current coverage works and executing "TestCoverage new" returns nil… and "TestCoverage class>>#on:” sends #initializeOn: to that nil.
>>
>> I’ll be very thankful for explanation.
>> Uko
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>