dalehenrich / tode

tODE - the Object-centric Development Environment. Smalltalk. development, deconstructed and a development environment for GemStone/S. Part of the GsDevKit tool set.
https://github.com/GsDevKit/gsDevKitHome#open-source-development-kit-for-gemstones-64-bit-
MIT License
33 stars 16 forks source link

Browsing test method should recognize it as such and allow it to be run as a test #284

Open rjsargent opened 8 years ago

rjsargent commented 8 years ago

If I track down a problem and browse the method, it would be helpful if I could run the test method directly, rather than browsing all tests for the project and hunting for the same method.

e.g. I could not run or debug this method once I browsed it (from [RB] project): browse method testModelRemoveInstanceVariable

A similar requirement exists for any browsed class, if that capability is not already present.