Re: [Pharo-project] [COTDC] 80#3 - TestRunnerBrowser
Today: TestRunnerBrowser Laurent On Tue, Sep 6, 2011 at 7:59 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
Today: RBSubclassOfClassToRename
Laurent
On Mon, Sep 5, 2011 at 9:55 PM, laurent laffont <laurent.laffont@gmail.com
wrote:
Today: CategoryEnvironment
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
On Sep 7, 2011, at 9:45 PM, laurent laffont wrote:
Today: TestRunnerBrowser
I'm a class to selectively run tests and get the results of their execution.
Laurent
On Tue, Sep 6, 2011 at 7:59 PM, laurent laffont <laurent.laffont@gmail.com> wrote:
Today: RBSubclassOfClassToRename
Laurent
On Mon, Sep 5, 2011 at 9:55 PM, laurent laffont <laurent.laffont@gmail.com> wrote: Today: CategoryEnvironment
Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
Laurent
I'm a class to selectively run tests and get the results of their execution. Don't panic that I don't have any method nor variables. My superclass takes care of me doing ... TestRunnerBrowser default open -- View this message in context: http://forum.world.st/Re-COTDC-80-3-TestRunnerBrowser-tp3797043p3797636.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
The following is cut-and-pasted and adapted from "Pharo By Example". Steph, any license issues here? Although tests can be most easily be run from a browser, I provide the ability to: * select sets of test suites to run. I am designed to make it easy to execute groups of tests * obtain a more detailed log of the results UI Description ___________ My left-most pane lists all of the categories that contain test classes (i.e., subclasses of TestCase); when some of these categories are selected, the test classes that they contain appear in the pane to the right. Abstract classes are italicized, and the test class hierarchy is shown by indentation, so subclasses of ClassTestCase are indented more than subclasses of TestCase. The tests that did not pass (if any) are listed in the right-hand panes of the Test Runner; if you want to debug one, to see why it failed, just click on the name. -- View this message in context: http://forum.world.st/Re-COTDC-80-3-TestRunnerBrowser-tp3797043p3798715.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (4)
-
HwaJong Oh -
laurent laffont -
Sean P. DeNigris -
Stéphane Ducasse