Hi,
�� I uploaded the project TDDFacilities to squeaksource for you to try it.
This package provides the following features:
�� 1. It allows to run/step tests from the browsers code panel. No need to save the method, it will save it automatically
�� 2. It disables the Notifier and goes directly to the Debugger
�� 3. It adds a new button to the debugger to create a method when doesNotUndertand is sent.
�� 4. The debugger's size is 3/4 of the screen by default
�� 5. It does not ask for unknown selectors or unused variables when a method is saved
�� 6. The OB test status is always updated, even when debugging a test
* To run a test from the code panel: ctr+t
* To step a test from the code panel: ctr+r
ATTENTION: TO EXECUTE THE TEST FROM THE CODE PANEL, YOU HAVE TO EVALUATE FIRST:
OBTextMorphEditorWithShout initialize
�When using the OTDebugger, The "Create Method" button sometimes generates another debugger. I could no find out why, so help from people that understand how the OTDebugger works will be appreciated.
�I hope you like it. Any questions just let me know.
Bye,
Hernan.