Hi Stef,
That would be great. I have only been writing very simple tests but it
would be nice to get some feedback.
What is the best way to get you the tests? Publish a slice to the
Pharo50Inbox?
Thanks,
Sheridan
Hi sheridan spy string can be a challenge. Now I was thikning recently
that we should have tests for Ring. So if you are interested I would
love to review your tests. Sef
Le 18/1/16 22:45,
Hi there, I am trying to use Hapao to check test coverage in the
String class and have run across some trouble. To begin, I loaded Spy2
and Roassal2 using the following code: Gofer new smalltalkhubUser:
'ObjectProfile' project: 'Roassal2'; package:
'ConfigurationOfRoassal2'; load. (Smalltalk at:
#ConfigurationOfRoassal2) load. Gofer it smalltalkhubUser:
'ObjectProfile' project: 'Spy2'; configurationOf: 'Spy2'; loadStable.
Hapao then showed up in the "World" menu, and I selected it. I chose
"Hapao @ class ... " and entered "String". Hapao starts running tests,
but before long a debugger comes up with the error: KeyNotFound: key
#testClassComment not found in MethodDictionary . IF I click
"Proceed", other keyNotFound errors come up. This is in a 50524 image.
Is there something wrong with the way I am invoking Hapao? Many
thanks, Sheridan
******************************