I've created a small (test) addition to the Dolphin Smalltalk framework
that I want to submit on GitHub later. (1 method: Integer>>isPrime
)
But first, I want add my testing method of this method to the standard regression test set, with ~ 2400 tests now. (IntegerTest>>testIsPrime
)
I've found the classes TestCase
, DolphinTest
, IntegerTest
and the SUnit browser.
But I didn't find out how to add my test to the standard test set.
Can someone point me the right direction?