[DOCS] SUnit test question

Hannes Hirzel hannes.hirzel.squeaklist at bluewin.ch
Thu Feb 13 13:10:44 UTC 2003


Hi

An SUnit test question:

I'm looking for the ultimate minimal things necessary to have a
TestClass


I do a subclass of TestCase named HHTestCase.

I add just one method

doMyTestCase

	^self assert: ('Hannes' size = 6)


HHTestCase shows up in the TestRunner GUI.
However when I run it it says

0 tests run, 0 tests passed

What am I missing?


Hannes



More information about the Squeak-dev mailing list