Hi ben
I do not know if you saw this behavior but when I press the button on the class
of a test methods that are not tests
are also executed and reported as failures.
For example I got
XMLNodeTest>>should: aBlock enumerate: aCollection
| enumerated |
enumerated := OrderedCollection new.
aBlock value: [:each | enumerated add: each].
self assert: enumerated = aCollection asOrderedCollection.
executed while it is an helper.
With the testrunner I get a class with 100% green tests now.
but not with nautilus.
Stef