By doing ( in pharo core):
Gofer new
squeaksource: 'TDDFacilities';
package: 'TDD-Facilities';
load
You get dependency errors:
This package depends on the following classes:
OBTextMorphEditorWithShout
DEVToolSet
OBBrowser
OBTextSelection
You must resolve these dependencies before you will be able to load these definitions:
DEVToolSet classSide>>ifOBTools:else:
OBBrowser>>scanNodeCommands:
OBBrowser>>scanTextCommands:
OBTextMorphEditorWithShout classSide>>initializeCmdKeyShortcuts
OBTextMorphEditorWithShout>>debugTest:
OBTextMorphEditorWithShout>>save:andValueTestHelper:
OBTextMorphEditorWithShout>>stepTest:
OBTextMorphEditorWithShout>>valueTestHelper:
OBTextSelection>>isMethodNode
So the ConfigurationOfTDDFacilities could take care of resolving this dependencies, automatically.