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.

Fernando



On Sep 21, 2010, at 1:34 PM, Hernan Wilkinson wrote:

hmm no there is not because it is just one package... do you think it is worth to have one?

2010/9/21 Fernando olivero <fernando.olivero@usi.ch>
GREAT! 

Is there a ConfigurationOfTDDFacilities available?

Fernando
On Sep 20, 2010, at 9:23 PM, Hernan Wilkinson wrote:

Hi,
 I created a new version of TDDFacilities (TDD-Facilities-HernanWilkinson.15) that includes:

1) When debugging a test and the test is changed or restarted, the messages #tearDown and #setUp are sent to the test to restart it in the correct state. (This is something I asked to Niall when showing SUnit 4 at Esug)
2) Fixed and error with the "Create" button that did not appear when doing "Step Into" or "Step Over". 
3) Removed code to make it compatible with Pharo 1.1

I hope you like it!
Hernan.

--
Hern�n Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: hernan.wilkinson@10Pines.com
site: http://www.10Pines.com

<ATT00001..txt>


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



--
Hern�n Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: hernan.wilkinson@10Pines.com
site: http://www.10Pines.com

<ATT00001..txt>