MethodSpy>>isAbstract DNU errors.

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

MethodSpy>>isAbstract DNU errors.

Paul DeBruicker
Hi -

I'm using Hapao (downloaded today) and Pharo 1.3 and noticed that there
are a bunch of DNU errors reported in the transcript.

The missing method is either from the MethodSpy class or the
HapaoTestCoverageMethodSpy class.


Adding

MethodSpy>>isAbstract
        ^false

"fixes" the errors that are reported to the Transcript.  But I'm not
sure what the isAbstract test is all about so don't know what
functionality I'm missing.


Thanks

Paul