yeah... just in case you want to try it, just load the monticello package, it will work anyway (on a pharo dev image)
By doing ( in pharo core):Gofer newsqueaksource: 'TDDFacilities';package: 'TDD-Facilities';loadYou get dependency errors:This package depends on the following classes:�� OBTextMorphEditorWithShout�DEVToolSet� �OBBrowser��OBTextSelectionYou 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>>isMethodNodeSo the ConfigurationOfTDDFacilities could take care of resolving this dependencies, automatically.FernandoOn Sep 21, 2010, at 1:34 PM, Hernan Wilkinson wrote:<ATT00001..txt>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?
FernandoOn Sep 20, 2010, at 9:23 PM, Hernan Wilkinson wrote:<ATT00001..txt>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.1I 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
_______________________________________________
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
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project